Skip to content

react-class/react-step-by-step-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step by step guide to React

There are many React tutorials out there. This one is different. I teach you about the entire build process and introduce redux and a server, but everything progressively.

Most React tutorials out there start out with a heavy boilerplate code. Not this one. This starts out extremely bare-bones, and we build on top of it every iteration. This way you know exactly what each dependency is.

My approach in this tutorial is to teach you through branches. The branch names are 'step1', 'step2' ... and the description is below.

Index

Step 1: Building a bare-bones react project using WebPack

Build Process

npm run build-dev

About

A step by step tutorial for React where we start out bare bones and build over it progressively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published