Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swiip/redux-demo-devoxx
- Owner: Swiip
- Created: 2017-03-30T15:57:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T15:58:00.000Z (over 7 years ago)
- Last Synced: 2024-10-15T13:27:34.869Z (24 days ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)