🔥 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.
Adds a React component to an HTML page in three steps:
- Add DOM container where we will display our React App with an #root
- Add React scripts
- Create a React Component
- Clone this repo in
git clone https://github.com/imranhsayed/react-workshop