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
- Host: GitHub
- URL: https://github.com/fed/stato-example
- Owner: fed
- Created: 2016-09-03T03:10:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T10:36:54.000Z (over 7 years ago)
- Last Synced: 2025-01-18T13:33:10.263Z (3 months ago)
- Topics: baconjs, flux, frp, functional-reactive-programming, state-management
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/stato
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stato-example
Handling state with FRP instead of Redux on React Apps.

## 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 |