$ npm install react-elmish-exampleThis is my personal attempt to understand Elm Architecture better and show how it can be imitated by React components. I'd also like to better understand its strengths and weaknesses.
This specific repository currently has just one example with a few components:
Note that the state lives at the top of the application.
It's up on Github Pages.
You can also
git clone https://github.com/gaearon/react-elmish-example.git
cd react-elmish-example
npm install
npm start
open http://localhost:3000
Sorry, no hot reloading this time!
MIT