-
Notifications
You must be signed in to change notification settings - Fork 26
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
no-sync #144
Comments
@eliasCodes personally I just use |
Hi @jedwards1211, in |
Oh, I see. ES6 will be standard soon enough ;) |
@jedwards1211 ES2015 is already a "Standard" which is great! 🎉 We are actively investigating |
Elm is interesting, gaearon cited it as an inspiration for Redux. But it does require transpilation too, to use in the browser at least. Personally I find using ES6/7 easier than ES5, even with the added work to set up babel transpilation. And to deal with that, I just created project skeletons that have everything set up that I use: babel, eslint, flow, mocha, istanbul, etc: |
@jedwards1211 Your project skeletons look like good starting points. 👍 yeah, Elm requires compilation but that's where the similarity to ES6/Babel ends. 😉 |
Yeah it was definitely a lot to learn and would be horrible for people who are just learning to program. And the amount of things added in ES6 is kind of staggering to me, there are a lot of features I never use. |
@jedwards1211 the sheer amount of learning that is required before people can even begin to contribute to a code project with the React-Redux-ES6 stack is staggering and most people take it for granted. But we constantly try to "see the world through the eyes of a complete beginner".
|
http://eslint.org/docs/rules/no-sync
There are contexts where sync operations are acceptable and reduce indentation, e.g. in tests or while performing server setup.
The text was updated successfully, but these errors were encountered: