Bindings

The ReduxKit Store is, at it’s heart, a stream of states over time that can be subscribed to. You are likely already familiar with the concept from reactive frameworks. The two are so similar in fact that you will more than likely want to use ReduxKit with you favourite reactive framework.

It is very easy to create a createStore function that wraps existing reactive frameworks. ReduxKit already has bindings available for: