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

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

Awesome Lists containing this project

README

          

# Raid TodoMVC Example

> TodoMVC implemented using raid with react - [Raid-todo](https://mattstyles.github.io/raid-todo)

[![Dependency Status](https://david-dm.org/mattstyles/raid-todo.svg)](https://david-dm.org/mattstyles/raid-todo)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](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