Skip to content

softchris/react-book

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 19, 2022 20:35
January 18, 2021 21:12
January 18, 2021 23:01
January 19, 2021 14:48
January 18, 2021 21:12
January 27, 2021 13:10
January 19, 2021 14:48

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.