Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swiip/redux-demo-devoxx

Demo projects for Redux presentation at DevoxxFR 2017
https://github.com/swiip/redux-demo-devoxx

Last synced: 9 days ago
JSON representation

Demo projects for Redux presentation at DevoxxFR 2017

Awesome Lists containing this project

README

        

# Redux Demo Devoxx

This is a repo containing the 3 demos of my talk `Organisez la logique de votre application Web avec Redux` at DevoxxFR 2017

There is 3 subfolders, each of them is an implementation of [TodoMVC](http://todomvc.com/):
- `react`: [React](https://facebook.github.io/react/) + [Redux](http://redux.js.org/)
- `angular`: [Angular](https://angular.io/) + [@ngrx/store](https://github.com/ngrx/store)
- `vue`: [Vue](https://vuejs.org/) + [Vuex](https://vuex.vuejs.org/)

The scaffolding and the tooling of each has been provided by [FountainJS](http://fountainjs.io)