https://github.com/glennsl/realm
https://github.com/glennsl/realm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glennsl/realm
- Owner: glennsl
- Created: 2019-01-13T19:44:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T22:14:20.000Z (about 6 years ago)
- Last Synced: 2025-03-24T07:50:00.587Z (10 months ago)
- Language: OCaml
- Size: 281 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realm - Reason + React + Elm
## Design goals
* React interoperability
* Modular, state management independent from rendering
* Implicit message dispatch on events, i.e. (`onClick(Increment)` instead of `onClick(_event => dispatch(Increment))`)
* Extendable with custom props and prop handlers
* Composable message/model types