https://github.com/mattstyles/raid-todo
TodoMVC via React with Raid
https://github.com/mattstyles/raid-todo
raid react todomvc
Last synced: 14 days ago
JSON representation
TodoMVC via React with Raid
- Host: GitHub
- URL: https://github.com/mattstyles/raid-todo
- Owner: mattstyles
- Created: 2017-08-12T13:07:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T19:43:16.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T13:38:53.154Z (about 1 year ago)
- Topics: raid, react, todomvc
- Language: JavaScript
- Homepage: https://mattstyles.github.io/raid-todo
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Raid TodoMVC Example
> TodoMVC implemented using raid with react - [Raid-todo](https://mattstyles.github.io/raid-todo)
[](https://david-dm.org/mattstyles/raid-todo)
[](http://standardjs.com/)
> Raid is a data management layer that sits behind presentational libraries such as React. Raid embraces a centralised object store and top-down data flow to help make your application more predicable and consistent.
> _[Raid - mattstyles.github.io/raid](http://mattstyles.github.io/raid)_
## Getting Started
Clone, install dependencies and run
```
npm install
npm start -- -o
```
## Contributing
Pull requests are always welcome, the project uses the [standard](http://standardjs.com) code style.
For bugs and feature requests, [please create an issue](https://github.com/mattstyles/raid-todo/issues).
## License
ISC