mistadikay / flux-http-example

:construction: Flux flow example with http request and error handling for a better understanding of Flux architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flux example with http request

Build Status Dependency Status devDependency Status Code Climate

If you're stuck at understanding Flux architecture, this example might help you. It contains very basic flux data flow with http request and errors handling.

Flux technologies stack:

Illustration of Flux unidirectional data flow: Flux flow

installation

npm install

run

npm start

Runs webpack-dev-server with HMR at http://localhost:3000

About

:construction: Flux flow example with http request and error handling for a better understanding of Flux architecture


Languages

Language:JavaScript 98.1%Language:HTML 1.9%