Hi there! Welcome to Pink Room's React Workshop
- React Philosophy
- Virtual DOM
- Component Based Architecture
- create-react-app
- Components and Props
- Class Components
- Functional Components
- Pure and Impure Functions
- Props
- State and Lifecycle
- Statefull Components
- Lifecycle Methods
- ComponentWillMount
- ComponentDidUpdate
- ComponentWillUnmount
- Smaller topics
- Lists and Keys
- Forms
- Composition and Inheritance
- Event Handling
- Conditional Rendering
- Install Node and NPM
- (Optional) Install Yarn
- Clone this repo.
- (Optional) Checkout to desired branch.
- Run
npm install
oryarn install
- Rename .env.example to .env.local
- Run
npm start
oryarn start