Skip to content

muxare/react-flux-simple-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 9.2%