🔥 This is a workshop for learning how to build React Applications.
I've branched the repo for individual topics.
To checkout all branches run: git branch --all
.
To checkout individual branch run: git checkout <branch name>
. From there on you should be good.
Example for React Context Context is Universal centralized data for your application. We can avoid passing props through intermediate elements, with the help of Context
-
Clone this repo in
git clone https://github.com/imranhsayed/react-workshop
-
Run
npm install
dev
Runs webpack dev server for development ( in watch mode )prod
Runs webpack in production mode