isolinear
v3.0.0
Published
Experimental state management framework for native Reason
Downloads
5
Readme
isolinear
Experimental state management framework for native Reason
Introduction
isolinear
is an Elm Architecture inspired framework for native Reason state management.
It provides a functor for creating an application model, and updating the model. Like Elm, Update
s specify both a way to update the state, and side effects.