TypeScript sample implementations of familiar React.js patterns.
useEffect()
anduseState()
hooksuseContext()
hookuseReducer()
hook- Context API
- Higher-order component
- Reducer component
- Render props
Also,
- Redux has its own repository
Install dependencies and serve examples the usual way:
$ npm install
$ npm start
Missing something? Open an issue or submit a pull request!
ISC