Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 632 Bytes

Build Status

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, Updates specify both a way to update the state, and side effects.

License

MIT License