Skip to main content

9 docs tagged with "Redux"

View all tags

Best Practices

- 区分 Smart Component (know the state) 和 Dump Component (stateless)

Middleware

Redux middleware were designed to enable writing side effects logic:

Performance

- Normal React performance tips: React.memo, useMemo, useCallback etc.

Redux

- Core - 核心概念、Store 创建与配置、State 管理(持久化、归一化)