-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<to-do> #85
Comments
yep it's gonna have to happen sooner or later. |
@tmornini @brandondees we'll use the Further Learning |
I'm not initiated on the detailed requirements but best stick with whatever's established for this (not sure if there is a prescription / requirement on persistence at any level): http://todomvc.com/ |
@brandondees @tmornini there's a (general) spec for this as well. Have addressed as checklist item in PR #89 /cc @halorium |
@brandondees @tmornini @halorium Found the comparative examples. Man look.... if this is "A simple TODO in VANILLA JS" then the web is all fucked up!: /cc @pachonk Here's others we can use as a Benchmark (Pun intended) |
Found this to use as a "Vanilla JS" ES6 reference to the concept of the mixin As an aside I think this would be a great Mixin to have as an example anyways. Of course after we refactor about 70% of their code away: https://github.com/tastejs/todomvc/blob/gh-pages/examples/vanilla-es6/src/store.js |
Wow @snuggs, you got busy on this quick. Cool. Excited to see the final product. I have built the Todo MVC app in about 3 different frameworks before so it will really help me understand what you have built. |
Found a better "Store" May want to hold on to this one. Thank you RiotJS /cc @btakita https://github.com/tastejs/todomvc/blob/gh-pages/examples/riotjs/js/store.js |
Speaking with @halorium about snuggsi today, and he mentioned that most JS frameworks (cough) have a TODO app demo and that having one would make it easier to compare with the other frameworks.
The text was updated successfully, but these errors were encountered: