https://github.com/geekeast/react-redux-starter
Hooks Pattern, Container Pattern, High Order Component Pattern and Render Props Pattern with Redux in React
https://github.com/geekeast/react-redux-starter
container-pattern hoc-pattern hooks-pattern render-props-pattern
Last synced: 8 months ago
JSON representation
Hooks Pattern, Container Pattern, High Order Component Pattern and Render Props Pattern with Redux in React
- Host: GitHub
- URL: https://github.com/geekeast/react-redux-starter
- Owner: GeekEast
- Created: 2020-02-26T05:34:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:20:04.000Z (over 3 years ago)
- Last Synced: 2025-03-02T12:17:28.006Z (over 1 year ago)
- Topics: container-pattern, hoc-pattern, hooks-pattern, render-props-pattern
- Language: TypeScript
- Homepage: https://codesandbox.io/s/react-patterns-with-redux-lt4wn
- Size: 5.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### References
- [Navigation in React](https://dev.to/projectescape/programmatic-navigation-in-react-3p1l)
- [Fake JSON API](https://jsonplaceholder.typicode.com/)
- [React Patterns](https://reactpatterns.com/#container-component)