Skip to content
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

Closed
gaearon opened this issue Feb 2, 2016 · 26 comments
Closed

Update TodoMVC example to be more in line with other examples #1354

gaearon opened this issue Feb 2, 2016 · 26 comments

Comments

@gaearon
Copy link
Contributor

gaearon commented Feb 2, 2016

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!

@imjul1an
Copy link

imjul1an commented Feb 2, 2016

I'd love to contribute.

@montogeek
Copy link

I can contribute!

@gaearon
Copy link
Contributor Author

gaearon commented Feb 2, 2016

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!

@imjul1an
Copy link

imjul1an commented Feb 2, 2016

@gaearon cool, thx.

@jontewks
Copy link
Contributor

@julianusti is this underway? I would also like to contribute but there aren't many help wanted tags available.

@badnorseman
Copy link
Contributor

@jontewks If you like, I am looking for someone to pair with on adding tests to todos example. I would like to have some container and component tests added. Mocha has been used the other tests, and I am open to Jasmine and/or Jest. I'll create a new issue for this.

@imjul1an
Copy link

@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.

@gaearon
Copy link
Contributor Author

gaearon commented Feb 25, 2016

Ping 😉

@montogeek
Copy link

I can ping too to help ;) ;)

@gaearon
Copy link
Contributor Author

gaearon commented Feb 27, 2016

@julianusti Let us know if you’re busy. If you are, @montogeek can pick it up.

@imjul1an
Copy link

@gaearon @montogeek hey guys, sorry for late respons, haven't chance to finish it yet, so, please @montogeek pick it up.

@montogeek
Copy link

I will work on it today :)

@mwilc0x
Copy link
Contributor

mwilc0x commented Mar 5, 2016

I gave this a try here #1480

@Huanzhang89
Copy link

is this still up for grabs? Saw quite a few people already saying they are working on it

@timdorr
Copy link
Member

timdorr commented Nov 6, 2017

Go for it! :)

@Huanzhang89
Copy link

Thanks @timdorr will have a crack at it today.

@gaearon could you elaborate a bit on the Computing Derived Data part please?

@tomipaul
Copy link
Contributor

@gaearon @timdorr @Huanzhang89 Is this still open? I would like to work on it

@timdorr
Copy link
Member

timdorr commented Dec 11, 2017

Yes, it's open for anyone to take on. Otherwise the issue would be closed :)

@tomipaul
Copy link
Contributor

Thanks @timdorr I will take on the task

@tomipaul
Copy link
Contributor

Hi @timdorr I attempted this here #2757
I would love feedback if there's any

@phsantiago
Copy link

@timdorr, still up to grab or @tomipaul solved that?

@timdorr
Copy link
Member

timdorr commented Dec 22, 2017

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.

@JosephMart
Copy link

Is this still yet to be completed or just not closed?

@timdorr
Copy link
Member

timdorr commented Apr 8, 2018

There is #2757 open for it.

@JoeDuncko
Copy link
Contributor

#2757 seems to be merged. Should this be closed?

@timdorr
Copy link
Member

timdorr commented May 6, 2018

Yup!

@timdorr timdorr closed this as completed May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.