Skip to content

pablogq/reactive-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Proof of Concept

This is a proof of concept to try different reactive technologies working together. It consists in an implementation of the widely known ToDo App using a Flux like unidirectional data flow architecture based on FRP concepts.

We add a variation to the traditional Flux implementation, by removing the global dispatcher and replace it with BaconJs event streams.

Used Libraries

The following libraries and frameworks are used implement the reactive architecture:

Setup

You must have installed NodeJs as we make use of npm as package manager for the application dependencies.

It is recommended to have Gulp.js installed globally, you can install it using npm:

  npm install -g gulp

To run the application you should execute:

  npm install
  gulp dev

Once that webpack setup the development server, you can access the application via the following url: http://localhost:8080/webpack-dev-server/index.html

Change Log

0.0.0: initial version

About

A reactive proof of concept using a flux like architecture, react, bacon, immutable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 93.0%
  • CSS 4.0%
  • HTML 2.5%
  • JavaScript 0.5%