Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplewis/obsessive-react-reflux-example
An example single-page app built with React and Reflux. Batteries included. Obsessively commented.
https://github.com/mplewis/obsessive-react-reflux-example
Last synced: about 2 months ago
JSON representation
An example single-page app built with React and Reflux. Batteries included. Obsessively commented.
- Host: GitHub
- URL: https://github.com/mplewis/obsessive-react-reflux-example
- Owner: mplewis
- Created: 2015-04-12T21:03:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T04:32:34.000Z (over 9 years ago)
- Last Synced: 2024-04-13T04:56:09.676Z (9 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP
I learn by example. When I wanted to learn React and Flux, I spent too many hours learning the modern JS toolbox - webpack is a box of black magic and Gulp is the new Grunt and *what year is it?*
I'm taking my single-page app, [json2pojo](https://github.com/mplewis/json-pojo-frontend), and turning it into an example app that's obsessively commented.
# Goals
* Show the purpose behind every line of code is clear and obvious
* Expose the hidden magic of webpack and loaders
* Demonstrate a working, simple React app architecture built on Reflux