Ask HN: Resources for learning advanced JavaScript and React
11–20 of 45 posts
Re: Ask HN: Resources for learning advanced JavaScript and React
#12The idea is to get a small dose of React every day.
I'm also always looking for what else to include in the course - so I'd love to hear what you find most difficult, or what you think is lacking from current learning resources.
Re: Ask HN: Resources for learning advanced JavaScript and React
#13Re: Ask HN: Resources for learning advanced JavaScript and React
#14Otherwise, I can recommend to checkout this repository [1] by Mark Erikson to find out more about React and its ecosystem. I am sure you will find plenty of starter tutorials to get into learning React.
Re: Ask HN: Resources for learning advanced JavaScript and React
#15https://egghead.io has excellent ES6 React, Redux tutorial videos, and step by step code examples.
Re: Ask HN: Resources for learning advanced JavaScript and React
#16I keep a big list of links to high-quality tutorials and articles on React, Redux, and related topics, at https://github.com/markerikson/react-redux-links . Specifically intended to be a great starting point for anyone trying to learn the ecosystem, as well as a solid source of good info on more advanced topics. It includes links for learning core Javascript (ES5), modern Javascript (ES6+), React, Redux, and much more.
In addition, my "Practical Redux" tutorial series ( http://blog.isquaredsoftware.com/series/practical-redux) shows how to use a variety of intermediate to advanced React and Redux techniques in the context of a sample app, and my "Idiomatic Redux" series (http://blog.isquaredsoftware.com/series/idiomatic-redux ) discusses important aspects of good Redux usage, including why common patterns exist.
Finally, the Reactiflux chat channels on Discord are a great place to hang out, ask questions, and learn. The invite link is at https://www.reactiflux.com .
Re: Ask HN: Resources for learning advanced JavaScript and React
#17Re: Ask HN: Resources for learning advanced JavaScript and React
#18Gotcha covered. I keep a big list of links to high-quality tutorials and articles on React, Redux, and related topics, at https://github.com/markerikson/react-redux-links . Specifically intended to be a great starting point for anyone trying to learn the ecosystem, as well as a solid source of good info on more advanced topics. It includes links for learning core Javascript (ES5), modern Javascript (ES6+), React, Red…
Learn React first. When you have complex data management problems, consider learning Redux, but master Reacts own state management first.