Clone this repository.
git clone https://github.com/davidtkramer/ts-react-tutorial.git
Install dependencies.
yarn install
Checkout the first branch
git checkout 1-intro
Run the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
yarn start
Each step in the tutorial has a corresponding branch. Run git checkout [branch name]
to view the branch locally or use the links below to view on github.
Branch Name | GitHub Link |
---|---|
1-intro |
Intro |
2-iterating-and-rendering |
Iterating and Rendering |
3-events-and-updating-state |
Events and Updating State |
4-component-decomposition |
Component Decomposition |
5-conditional-rendering |
Conditional Rendering |
6-async-and-lifecycle-methods-1 |
Async and Lifecycle Methods - Part 1 |
6-async-and-lifecycle-methods-2 |
Async and Lifecycle Methods - Part 2 |
7-filtering |
Filtering |