Add Rematch example
See original GitHub issueRematch is a simpler alternative to Redux. It uses react-redux
for connecting react with rematch 😝. Works fine with redux-devtools
.
Comparison with Redux (taken from the purpose) page:
Redux | Rematch | |
---|---|---|
simple setup | ✔ | |
less boilerplate | ✔ | |
readability | ✔ | |
configurable | ✔ | ✔ |
redux devtools | ✔ | ✔ |
generated action creators | | ✔ |
global dispatch | | ✔ |
async | thunks | async/await |
PR?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
reMatch Code Examples and CFML Documentation - CFDocs
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position. reMatch(reg_expression, string) → returns array.
Read more >Introduction - Rematch
Rematch can be used with native redux integrations such as "react-redux". See an example below. import React from 'react' import ReactDOM from 'react- ......
Read more >Installation | Rematch
Installation is as simple as running the npm command: npm; Yarn. bash. npm install @rematch/core.
Read more >Level up your state management with Rematch
This article is for frontend developers who are looking to explore new state management libraries and those already using Redux. We'll explore ...
Read more >Rematch js - The Redux Framework - GitHub
Rematch and its internals are all built upon a plugin pipeline. As a result, developers can make complex custom plugins that modify the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@juandc - maybe we should add that cool table from the readme to the README.md of each project? Native/React?
Also you can celebrate the 100 commit in the repo 🎉