gitmyhub

react-redux-links

★ 23k updated 2y ago

Curated tutorial and resource links I've collected on React, Redux, ES6, and more

A curated reading list of tutorials and articles for learning React, Redux, JavaScript, and web development fundamentals, organized as a structured learning path.

ReactReduxJavaScriptES6Webpacksetup: easycomplexity 1/5

React-Redux Links is a curated collection of tutorials, articles, and learning resources about React, Redux, JavaScript (specifically ES6 and newer features), Webpack, and the surrounding ecosystem. It was assembled by Mark Erikson — a long-time Redux maintainer — as a way to direct people to high-quality learning material rather than whatever random blog posts come up in a search engine.

The collection is organized into a structured learning path. It starts with web fundamentals like how browsers and servers communicate, moves through JavaScript basics, then covers React, then Redux, and finally more advanced topics like TypeScript, testing, performance, deployment, and architecture patterns. Each section distinguishes between recommended primary resources (the things you should actually read) and supplementary references.

There are no code files in this repository — it is purely a document that links out to external articles, videos, interactive tutorials, and documentation. The table of contents covers dozens of sub-topics including forms, routing, styling, server-side rendering, state management patterns, functional programming, and comparisons between different frameworks.

You would use this repository as a roadmap if you are learning React or Redux and want a structured, trustworthy list of where to start and what to read next, rather than assembling your own reading list from scratch.

Where it fits