Skip to content

React + TypeScript tutorial for Redtail's 2019 summer intern program

Notifications You must be signed in to change notification settings

davidtkramer/ts-react-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

Directory

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

About

React + TypeScript tutorial for Redtail's 2019 summer intern program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published