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
- Host: GitHub
- URL: https://github.com/kirqe/rnotes
- Owner: kirqe
- Created: 2018-03-14T02:29:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T22:24:27.000Z (about 7 years ago)
- Last Synced: 2025-01-14T03:10:49.235Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)