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

https://github.com/glennsl/realm


https://github.com/glennsl/realm

Last synced: 4 months ago
JSON representation

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