Flux is An application architecture for React utilizing a unidirectional data flow. Built as a skills test for a potential client who requested a "Web calculator built using Facebooks React.js" I was quite pleased with it but never heard from them again. Two days R&D fell into the recruitment black hole Contributions / feedback are welcome.
You must have npm installed on your computer. From the root project directory run these commands from the command line:
npm install
This will install all dependencies.
To build the project, first run this command:
npm start
This will perform an initial build and start a watcher process that will update build.js with any changes you wish to make. This watcher is based on Browserify and Watchify, and it transforms React's JSX syntax into standard JavaScript with Reactify.
To run the app, spin up an HTTP server or simply open the index.html file in a browser.
Application Architecture was heavily influenced by Bill Fisher's TodoMVC.
Flux is BSD-licensed. We also provide an additional patent grant.