An open API service indexing awesome lists of open source software.

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

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