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

https://github.com/kirqe/rnotes

react/redux sample app
https://github.com/kirqe/rnotes

Last synced: 3 months ago
JSON representation

react/redux sample app

Awesome Lists containing this project

README

        

react/redux sample notes app with basic rails api

helpful resources:

- [how-to-get-simple-dispatch-from-this-props-using-connect-w-redux](https://stackoverflow.com/questions/34458261/how-to-get-simple-dispatch-from-this-props-using-connect-w-redux)
- [react-redux-tutorial-beginners](https://www.valentinog.com/blog/react-redux-tutorial-beginners/)
- [example-reddit-api](https://redux.js.org/advanced/example-reddit-api)
- [redux/tree/master/docs/api](https://github.com/reactjs/redux/tree/master/docs/api)

- [react-router-dom/docs/guides/quick-start](https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/docs/guides/quick-start.md)
- [react-router-dom/docs/api/HashRouter](https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/docs/api/HashRouter.md)