-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Update TodoMVC example to be more in line with other examples #1354
Comments
I'd love to contribute. |
I can contribute! |
Cool, @julianusti grabbed the task first. @julianusti Please post your work in progress in a PR as it goes so we can discuss the work as it happens. If you feel like you don’t have time to finish it let us know so others can pick it up. Thanks! |
@gaearon cool, thx. |
@julianusti is this underway? I would also like to contribute but there aren't many |
@jontewks If you like, I am looking for someone to pair with on adding tests to |
@jontewks hey, I've started but haven't chance to accomplish it yet. I would do my best to do it the next two-three days, otherwise I'll let u know and u can pick it up. |
Ping 😉 |
I can ping too to help ;) ;) |
@julianusti Let us know if you’re busy. If you are, @montogeek can pick it up. |
@gaearon @montogeek hey guys, sorry for late respons, haven't chance to finish it yet, so, please @montogeek pick it up. |
I will work on it today :) |
I gave this a try here #1480 |
is this still up for grabs? Saw quite a few people already saying they are working on it |
Go for it! :) |
@gaearon @timdorr @Huanzhang89 Is this still open? I would like to work on it |
Yes, it's open for anyone to take on. Otherwise the issue would be closed :) |
Thanks @timdorr I will take on the task |
It looks like there's a PR open, but if you want to make your own or build on theirs, go right ahead. It's whatever code is best, not first. |
Is this still yet to be completed or just not closed? |
There is #2757 open for it. |
#2757 seems to be merged. Should this be closed? |
Yup! |
This is up for grabs.
TodoMVC hasn’t received much love over the last few months. We should update it to store
visibilityFilter
in the state, split it into presentational and container components, and update the reducer code to use composition.It might even be easier to take the new vanilla
todos
example and tweak it until it looks and acts as TodoMVC. Bonus: add Reselect into it as described in “Computing Derived Data”!If you want to do it, please write in this thread!
The text was updated successfully, but these errors were encountered: