react-flux-simple-app icon indicating copy to clipboard operation
react-flux-simple-app copied to clipboard

The simplest possible implementation of a React-Flux app

React Flux Simple App

This is the simples possible App that I can think of that implements the React framework on top of the Flux architecture.

Installation

git clone [email protected]:bengrunfeld/react-flux-simple-app.git
cd react-flux-simple-app
npm install
gulp

Usage

  • Open up dist/index.html in Chrome
  • Hit Cmd + Option + j to bring up the Dev Tools window
  • Click on the text in the UI and you'll see the log show up in the console.

Questions

For any question about Flux, hit me up on Twitter at: @bengrunfeld