Examples of React API implementations, trying to cover concepts from basics to advanced.
- Functional Components
- Props
- React without JSX
- Class syntax
- State usage
- Events handling
- Communication with parent component
- References
- Composition
- Render Props
- Function as children
- HOC: Higher Order Components
- Context API
- contextType usage
- code splitting with lazy and suspense
- Pure components
- Memo
Install using yarn preferably
yarn
Or npm
npm i
yarn start
Or
npm start