Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenotron/functional-reactive-flux

A TodoMVC app using the Functional Reactive Flux concept
https://github.com/kenotron/functional-reactive-flux

Last synced: 10 days ago
JSON representation

A TodoMVC app using the Functional Reactive Flux concept

Awesome Lists containing this project

README

        

# functional-reactive-flux
A TodoMVC app using the Functional Reactive Flux concept

See my [Medium post](https://medium.com/@kenneth_chau/the-2-fundamental-laws-of-flux-and-the-functional-reactive-flux-c9368ac008d3)
about how to satisfy the 2 fundmental laws of Flux with the Functional Reactive Flux. The implementation here uses the mobx library
for data flow.

# Getting Started
Clone this repository and run npm install:

```
git clone https://github.com/kenotron/functional-reactive-flux.git
npm i
```

Then, run the Webpack dev server with a npm start script:

```
npm start
```

Now, simply open your browser to:

```
http://localhost:8080
```