todomvc
Here are 336 public repositories matching this topic...
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
May 6, 2020 - JavaScript
https://david-dm.org/dwyl/javascript-todo-list-tutorial?type=dev

Todo
- update version of
tape^4.13.0->5.0.0 - re-run tests to confirm everything still works e.g: dwyl/learn-tape#45
(_or just push your branch to GitHub and let Travis-CI do
Demo website down
It looks like there is an issue with https://todomvc.nuxtjs.org
I am getting a 502 error.
It is maybe an issue with the project.
Currently, selector playground does not give a good selector for elements in the list or checkboxes. We can adjust the returned selector using https://docs.cypress.io/api/cypress-api/selector-playground-api.html
See if we can figure out code to select every element in the current tests using the playground.
-
Updated
May 15, 2019 - JavaScript
-
Updated
Mar 15, 2020 - C#
-
Updated
Nov 30, 2019 - CSS
First of all, thanks for the great tutorial and accompanying github repo.
Description
I noticed this error when walking through your tutorial. While "autofocus" is an HTML attribute for , you will get an error message in react 15.3.1 (and possibly other versions).
Warning: Unknown prop
autofocuson tag. Remove this prop from the element. For details, see https://fb.me/rea
-
Updated
Mar 4, 2020 - Ruby
-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Oct 12, 2018 - Rust
-
Updated
May 15, 2018 - JavaScript
-
Updated
Oct 13, 2017 - JavaScript
-
Updated
May 22, 2020 - Ruby
Improve this page
Add a description, image, and links to the todomvc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the todomvc topic, visit your repo's landing page and select "manage topics."
Issue mentioned in the comment reduxjs/react-redux#541 (comment) is closed and looks like those additional typings needs to be contributed into the react-redux from
@types. I think your code inside your typings must be contributed into there.