Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 5.32 KB

Redux-List.md

File metadata and controls

63 lines (32 loc) · 5.32 KB

返回目录

Redux List | Redux 入门与实践资料索引

This file aggregates curated popular links for learning Redux. More reference about ITCS can turn to AwesomeList: Guide to Galaxy, which collects valuable, popular and up-to-date links for CS, including Programming Language, Software Engineering, Server Side Application, Infrastructure, InfoSecurity, Industrial Application, DataScienceAI, Frontend Technology(iOS, Android, RN, Electron), etc.

Overview

Overview

Designing

  • 2018-Redesigning Redux: Shouldn’t state management be a solved problem by now? Intuitively, developers seem to know a hidden truth: state management seems harder than it needs to be.

Resources

Book

  • 2016-Developing a Redux Edge #Book#: This book is for anyone wanting to learn about Redux, a predictable state container for JavaScript apps. It is aimed at intermediate developers who have a good understanding of creating single page applications with JavaScript. Having an understanding of ES6, functional programming, and React will certainly help too, but isn’t necessary. If you want to follow along with the examples you should also know your way around a terminal, and know what Node and npm are, as well as having them installed and ready to use.

Case Study | 案例分析

Tutorial

  • 2017-How To Manage UI State With Redux: Questions regarding how to handle UI state are asked continuously on development boards, so I’d like to share with you how I maintain it. It’s a best practice that has improved the management of my applications.

  • 2017-How Redux Works: A Counter-Example: So in this post we’re going to demystify how Redux works with a backwards approach that I think will help your understanding. As in the last post, I’ll try to explain Redux in simple terms before tackling the terminology.

React Integration | React 集成使用