What is Fluxapp?

Fluxapp is an application framework that helps ease the development of isomorphic flux based applications written with React.

What is React?

In short, React is a state aware user interface library, That encompasses a singular data flow design.

What is Flux?

Flux is a pattern facebook uses for building web applications. It compliments React by using a unidirectional data flow.

The design uses a single dispatcher, action creators and stores to generate and pass data to the applications components.

What is isomorphic?

Isomorphic is a term used when the same application code can run on the server as well as the client.

👍

On to the Fluxapp Overview