-
-
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
Help needed: port TodoMVC example to ES5 without magic #203
Comments
@gaearon This might be a good time to create a |
OK, I grabbed |
I've had a go at this: insin/redux-todomvc-es5@89df92a...master |
@insin looks good to me |
@insin great, please push ahead. |
@clearjs great idea the org! |
The idea wasn't mine, it has been discussed earlier. I just wondered why it hasn't been taken yet. |
Oh, ok...regardless, it's a good idea :) |
Not just beginners - also old timers who like to use what they know 👴 👵 |
I'm looking for ES6 examples. Can only find 5 or 7. |
@badtant If you backport the |
Is it worth trying to automate some of this with https://www.npmjs.com/package/react-codemod? Not eveyone who's using all the other ES6 features is using |
I'm closing because ES5 example is available at https://github.com/insin/redux-todomvc-es5 (thanks @insin!) |
Hi all, There is no
ResolvedFixed. Reason for connection fail is I am using |
I just merged a PR in the es5 example which brings it up to date with the redux 3.x API |
Thanks @insin |
As @firstdoit validly observed on the Slack channel, a lot of Redux examples use bleeding edge features (destructuring, decorators, async/await) which can be a real bummer for beginners.
Here's a good thing you can help Redux with. Please take the example
todomvc
project in theexamples
folder, put it into a separate repository and port it fully to ES5.The text was updated successfully, but these errors were encountered: