Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revery-ui/isolinear
- Owner: revery-ui
- License: mit
- Created: 2019-03-26T18:19:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T00:21:13.000Z (over 3 years ago)
- Last Synced: 2024-04-12T12:05:21.418Z (7 months ago)
- Language: Reason
- Homepage:
- Size: 149 KB
- Stars: 40
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - isolinear - inspired state management framework for native Reason | revery-ui | 38 | (Reason)
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)