#735·rematch

Differences between Rematch and Redux Toolkit (rtk)

Author: IzhakiCreated Jan 2, 2020Updated Apr 17, 2022

No references to Redux Toolkit?

Redux Toolkit(rtk) seems to have many parallels to this project. It is an official redux project.

The documented rationale of this project seems to target conceptual and pain-points with 'classic' redux that are equally addressed by the Redux Toolkit.

So the question is: How this project differs from Redux Toolkit? I think this should be added to the docs.

On a more critical note

For sure, there are some api differences between rematch and rtk; rtk is also more opinionated (eg, immer, thunks by default). But given it brand pitch is:

The Redux Toolkit package is intended to be the standard way to write Redux logic

and given that it should get quite some traction, one may ask is it really worth maintaining this project in light of rtk?