kalharbi / react-flux-simple-app

The simplest possible implementation of a React-Flux app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

The simplest possible implementation of a React-Flux app


Languages

Language:JavaScript 90.6%Language:HTML 9.4%