GitXplorerGitXplorer
s

react-book

public
1317 stars
184 forks
29 issues

Commits

List of commits on branch master.
Verified
e42fc4824eea198bc3933d666500e67cb2265809

Update first-component.md

ssoftchris committed 3 years ago
Verified
5736f881dc5ada67376b10b7380415649dec0cd6

Update first-component.md

ssoftchris committed 3 years ago
Unverified
24392128e327549bdf319be6e05077cba0345932

updated to use Snowpack for scaffolding of project

ssoftchris committed 3 years ago
Verified
aee6ae49eaa2b33f39d17fe0c4f754839a4f7c57

Merge pull request #219 from softchris/dependabot/npm_and_yarn/1-basics/solutions/setup/my-app/react-dev-utils-11.0.4

ssoftchris committed 3 years ago
Verified
5c76de7b342be3a4ae17e098d210f646faa0c4b7

Merge pull request #220 from softchris/dependabot/npm_and_yarn/1-basics/solutions/setup/my-app/y18n-4.0.1

ssoftchris committed 3 years ago
Verified
3f71dc7656295675ac93fbbffb667439a0deee5b

Merge pull request #221 from softchris/dependabot/npm_and_yarn/1-basics/solutions/setup/my-app/ssri-6.0.2

ssoftchris committed 3 years ago

README

The README file for this repository.

GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome

GitHub forks GitHub stars GitHub watchers

React Book, your beginner guide to React

This is a completely free book on React.js

Why did I write it? Knowledge deserves to be free. Note, things changes fast, and I would love to have your help keeping it up to date.

Hope the book helps you in your career.

Need to brush up on Web Dev basics?

I know we sometimes have a tendency to learn a framework before we know the basics of a language. It's fine, no shame. But if you need to brush up on your Web Dev basics then this repo takes you from the very beginning to some decently advanced projects on HTML, CSS and JavaScript

I've co authored this repo on web fundamentals.

Check it out 👉 Web dev for beginners

Contact

I'm easiest to find on Twitter.

👉 Chris Noring

Table of Contents

The book

Contributions

Contributions are very welcome. Please raise an issue of you see something or a PR.

I welcome contributions on:

  • Suggestions on topics to cover
  • Correctness issues
  • Spelling
  • Suggestions on better formatting

I hope I hear from you. :)

Translations

This book now supports Docsify and really welcomes translations. Check out Translations.md

GitHub Pages

This book can also be read on GH Pages

https://softchris.github.io/react-book/

Links

  • 👉 Publish a React App to Azure This module takes you through using the so called Azure Static Web Apps service, you can select the path that fits your framework, i.e React, Angular, Vue or Svelte.

  • 👉 Node.js 5 modules You're going to need a backend API sooner or later. Node.js is good choice for backend and there are many frameworks that will help you build an API like Express, Koa, Nest, Fastify etc.