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

https://github.com/fed/stato-example

Managing application state with FRP instead of Redux on React Apps
https://github.com/fed/stato-example

baconjs flux frp functional-reactive-programming state-management

Last synced: about 2 months ago
JSON representation

Managing application state with FRP instead of Redux on React Apps

Awesome Lists containing this project

README

        

# stato-example

Handling state with FRP instead of Redux on React Apps.

![Example Screenshot](http://i.imgur.com/O56jhnE.jpg)

## Development Tasks

| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Fire up Webpack Dev Server, app will go live on `http://localhost:6789` |
| `npm run build` | Build `bundle.js` file |