Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Redux | 60,107 | 160,941 | 22,092 | 2 days ago | 84 | December 04, 2023 | 52 | mit | TypeScript | |
Predictable state container for JavaScript apps | ||||||||||
React Redux Links | 22,290 | a month ago | 33 | |||||||
Curated tutorial and resource links I've collected on React, Redux, ES6, and more | ||||||||||
Js Stack From Scratch | 19,396 | 2 | a year ago | 1 | January 19, 2017 | 48 | mit | JavaScript | ||
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack. | ||||||||||
Redux Tutorial | 3,805 | 3 years ago | 20 | JavaScript | ||||||
Learn how to use redux step by step | ||||||||||
Redux In Chinese | 3,478 | 12 days ago | 2 | JavaScript | ||||||
Redux 中文文档 | ||||||||||
Redux Simple Tutorial | 2,543 | 3 years ago | 1 | |||||||
Redux 莞式教程。本教程深入浅出,配套入门、进阶源码解读以及文档注释丰满的 Demo 等一条龙服务 | ||||||||||
React Redux Tutorial | 2,262 | 2 years ago | 2 | JavaScript | ||||||
react-redux-tutorial in Chinese, catalog && code examples | ||||||||||
30 Days Of React | 1,940 | 7 months ago | 156 | JavaScript | ||||||
30 Days of React Content and Source Code | ||||||||||
The Road To Learn React Chinese | 1,508 | 3 years ago | 1 | |||||||
《React 学习之道》The Road to learn React (简体中文版) | 最简单,且最实用的 React 实战教程。 | ||||||||||
React Redux Cheatsheet | 1,415 | 6 years ago | cc-by-sa-4.0 | |||||||
React Redux Cheat Sheet on Workflow & Concept |
Curated tutorial and resource links I've collected on React, Redux, ES6, and more, meant to be a collection of high-quality articles and resources for someone who wants to learn about the React-Redux ecosystem, as well as a source for quality information on advanced topics and techniques. Not quite "awesome", but hopefully useful as a starting point I can give to others. Suggestions welcome.
Another important resource is the Reactiflux community on Discord, which has chat channels dedicated to discussion of React, Redux, and other related technologies. There's always a number of people hanging out and answering questions, and it's a great place to ask questions and learn. The invite link is at https://www.reactiflux.com.
You might also want to check out my categorized list of Redux-related addons, libraries, and utilities, at Redux Ecosystem Links. Also see Community Resources for links to other links lists, podcasts, and email newsletters. Finally, I also keep a dev blog at blog.isquaredsoftware.com, where I write about React, Redux, Webpack, and more.
You should usually learn these technologies in the following order:
The resources in this page are listed in that order.
You are not required to read every single link and article listed in this page. However, you should try to read through as many of the articles linked in the "Recommended Primary Resources" sections as possible, especially for topics you are not already familiar with. Many of the recommended tutorials do cover the same topics, so feel free to skip past concepts you've already learned.
Links in the "Additional Resources" sections are available as references and reading as needed.
Mark's post series that describes the key terms, concepts, technologies, syntax, and data flow used in web apps.
this
keyword and scopes
Start with reading the official docs first. The React team is in the process of starting a major rewrite of the React docs site to focus on teaching function components and hooks first, which is now available in beta. We've linked to that rather than the existing "main" documentation.
These other listed tutorials are also excellent and may explain things in a different way.
Read: official React docs
Watch: React Tutorial for Beginners
Read: Intro to React, Redux, and TypeScript for 2020 (Mark's presentation slides)
Exercises: Learn React - Interactive Tutorials
Start with reading the official docs first.
The other tutorials are also excellent and may explain things in a different way.
interface
vs type