Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revery-ui/isolinear

Elm-inspired state management framework for native Reason
https://github.com/revery-ui/isolinear

Last synced: 3 months ago
JSON representation

Elm-inspired state management framework for native Reason

Awesome Lists containing this project

README

        

[![Build Status](https://bryphe.visualstudio.com/isolinear/_apis/build/status/bryphe.isolinear?branchName=master)](https://bryphe.visualstudio.com/isolinear/_build/latest?definitionId=22&branchName=master)

# isolinear

Experimental state management framework for native Reason

### Introduction

`isolinear` is an [Elm Architecture](https://guide.elm-lang.org/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.

### License

[MIT License](./LICENSE)