I also have a more specifically-targeted list of links for React, Redux, and related topics like ES6, functional programming, and Webpack, 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. The front page of my list has a "best-of / getting started" subset of links, and then the rest of the repo is grouped by topic.
Comments
On that note, I can recommend the "GrabSE Front End Guide" at https://github.com/grab/front-end-guide , based on Sacha Greif's "A Study Plan to Cure Javascript Fatigue" article at https://medium.freecodecamp.com/a-study-plan-to-cure-javascr... . It has exactly that ordered list of concepts and links with timelines that you're looking for.
I also have a more specifically-targeted list of links for React, Redux, and related topics like ES6, functional programming, and Webpack, 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. The front page of my list has a "best-of / getting started" subset of links, and then the rest of the repo is grouped by topic.
Thank you!