https://github.com/d3dc/react-rematch
React bindings for Rematch's flavor of Redux
https://github.com/d3dc/react-rematch
higher-order-component react redux rematch typescript
Last synced: 10 months ago
JSON representation
React bindings for Rematch's flavor of Redux
- Host: GitHub
- URL: https://github.com/d3dc/react-rematch
- Owner: d3dc
- License: isc
- Created: 2018-11-03T15:55:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T07:29:07.000Z (about 7 years ago)
- Last Synced: 2025-01-04T03:29:13.930Z (12 months ago)
- Topics: higher-order-component, react, redux, rematch, typescript
- Language: TypeScript
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-rematch
React bindings for Rematch's flavor of Redux
## Documentation
- [API docs](/docs/API.md)
## Future
- [These helpers line up great with the Hook proposal!](/docs/hooks.md)
## Motivation
Rematch removes the boilerplate from redux. There's still a lot of boilerplate in React since the Redux bindings don't know about it's conventions.
In addition, by removing things like subscriptions, Rematch forces side-effects to exist _correctly_ as a component in your architecture - leading to a react specific implementation.
## License
ISC