-
Implement a visual representation of the different states of a to-do list.
Leaving all the to-do's visible all of the time is visually unpleasant.
> Inspired by a code snippet from the [Vue.js Tod…
-
I wanted to create TodoMVC with React 0.13 + Flummox and found out that there is no FluxComponent built for browser, it is fully relying upon browserify.
Can it be fixed?
-
**Step to reproduce**
1. Checkout fresh install.
1. `npm i`
1. `npm run dev`
**Results**
- webpack throw error
**Workaround**
1. `yarn install` // To install dependency
1. `npm run build` …
-
To make it easier for people to connect to their remoteStorage, ideally use the connect widget as on http://todomvc.unhosted.5apps.com
The code is in https://github.com/unhosted/remoteStorage.js/tree…
-
When copying the following url into internet explorer, the application appears incorrect, it doesn't display the Todos at the top and the space to enter your todo http://todomvc.com/examples/angular2…
-
- [ ] Consumer can see book via `shelf` rich menu (apollo-react-LIFF)
- [ ] Consumer can see `shelf` sorted by newest (graphcool)
- [ ] Consumer can have `shelf` paginations (graphql)
- [ ] Consume…
-
To best understand the GUI, one must first create the GUI.
We should flesh out this repository with demos of how to render the same application in different GUI frameworks (sort of like the univers…
-
## Description
I am using a completely fresh install (as of today of node, yeoman and this generator).
I generated my project using the following options:
**? Which JavaScript framework do yo…
-
This repo needs a few things:
- Linting needs to be configured to comply with `standard`, which should only apply to .js files (not the .jsx);
- The dependencies need to be updated.
This repo may be …
-
One should be able to redo().
The store shouldn't pop states on undo(), but only when doing set().
Another option is how http://mandarinconlabarba.github.io/flux-immutable-todomvc/ does it, instead o…