Redux

Redux is an open source JavaScript library, designed to allow for state management of JavaScript applications. Inspired by Elm, Redux is a debugging tool and supports robust application data-flow architecture. Redux is frequently used in combination with React.
Here are 30,867 public repositories matching this topic...
-
Updated
on Mar 12, 2021 - JavaScript
-
Updated
on Mar 11, 2021 - JavaScript
-
Updated
on Dec 7, 2020
-
Updated
on Mar 17, 2021 - JavaScript
-
Updated
on Jul 29, 2020 - JavaScript
-
Updated
on Jan 20, 2021 - JavaScript
-
Updated
on Mar 9, 2021 - JavaScript
-
Updated
on Feb 11, 2021 - JavaScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
on Mar 9, 2021 - JavaScript
-
Updated
on Oct 16, 2020
Open https://wordpress.com/me/account in Spanish and observe wp-admin advanced setting:
See how the ?-symbol gets orphaned on its own line.
This function might help:
-
Updated
on Apr 1, 2020 - TypeScript
-
Updated
on Mar 15, 2021 - JavaScript
There are a lot of options in persistConfig that aren't mentioned in the README. We should add a section to the README that documents each option you can declare in a persistConfig.
-
Updated
on Nov 14, 2020 - TypeScript
-
Updated
on Mar 11, 2021 - TypeScript
-
Updated
on Dec 31, 2020 - JavaScript
-
Updated
on Mar 14, 2021 - JavaScript
-
Updated
on Feb 17, 2021 - JavaScript
-
Updated
on Dec 28, 2020 - JavaScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
-
Updated
on Mar 4, 2021 - TypeScript
看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor
visitor: (String path, Page<Object, dynamic> page) {
/// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
/// 满足 Page<T> ,T 是 GlobalBaseState 的子类
if (page.isTypeof<GlobalBaseState>()) {
/// 建立 AppStore 驱动 PageStore 的单向数据连接
/// 1. 参数1 AppStore
/// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
Animated List
Created by Dan Abramov and Andrew Clark
Released June 2, 2015
- Repository
- reactjs/redux
- Website
- redux.js.org
- Wikipedia
- Wikipedia
I've noticed that redux' docs got a nice lifting, thanks for the new version of GitBook. Would be nice to upgrade too.
Redux commit introducing the change - reduxjs/redux@b307091
We might want to postpone merging this though, because we don't want to update docs before releasing v1 and from what I understand new Gitbook comes with au