https://github.com/bamlab/typescript-patterns
https://github.com/bamlab/typescript-patterns
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bamlab/typescript-patterns
- Owner: bamlab
- Created: 2019-01-18T14:11:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T14:56:14.000Z (over 7 years ago)
- Last Synced: 2025-06-26T03:04:59.887Z (about 1 year ago)
- Size: 16.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript-Pattern
- [How to install TypeScript on react-native project ?](./react-native/install.md)
- [How to type Container with Compose from Recompose ?](./recompose/how-to-type-container-with-compose.md)
- [How to type HOC with Compose from Recompose ?](./recompose/how-to-type-hoc-with-compose.md)
- [How to type actions in redux ?](./redux/actions.md)
- [How to type reducers in redux ?](./redux/reducers.md)