#
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,219 public repositories matching this topic...
react
redux
i18n
styled-components
redux-saga
offline-first
react-boilerplate
scaffolding
immer
webpack4
-
Updated
Feb 15, 2021 - JavaScript
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Dec 14, 2020 - JavaScript
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
-
Updated
Dec 7, 2020
Create the next immutable state by mutating the current one
-
Updated
Feb 18, 2021 - JavaScript
react
redux
javascript
heroku
bootstrap
flow
tutorial
webpack
yarn
react-router
eslint
stack
jest
socket-io
nodemon
pm2
server-side-rendering
jss
immutablejs
sinon
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jan 20, 2021 - JavaScript
react
redux
javascript
stylelint
css
engineering
babel
front-end
webpack
yarn
eslint
jest
css-modules
flowtype
grab
study-plan
-
Updated
Dec 11, 2020 - JavaScript
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
-
Updated
Feb 11, 2021 - JavaScript
Asday
commented
Jun 24, 2019
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
Awesome list of Redux examples and middlewares
-
Updated
Oct 16, 2020
simison
commented
Feb 2, 2021
Steps to reproduce the behavior
- Go to /home
- See top card in mobile width
There should be a bit of space here.
Browser / OS ver
Oni: Modern Modal Editing - powered by Neovim
react
redux
javascript
vim
editor
gui
typescript
rxjs
ui
neovim
ide
editing
text-editor
neovim-guis
oni
-
Updated
Apr 1, 2020 - TypeScript
aguynamedben
commented
Dec 14, 2018
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.
The complete guide to static typing in "React & Redux" apps using TypeScript
-
Updated
Nov 14, 2020 - TypeScript
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
react
redux
javascript
react-native
react-router
reactjs
javascript-framework
interview-questions
javascript-applications
interview-preparation
javascript-interview-questions
react16
react-interview-questions
-
Updated
Feb 6, 2021 - JavaScript
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
-
Updated
Feb 15, 2021 - TypeScript
Reactide is the first dedicated IDE for React web application development.
-
Updated
Dec 31, 2020 - JavaScript
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
-
Updated
Jan 19, 2021 - JavaScript
electron
react
redux
snippets
markdown-editor
notes
electron-application
electron-app
desktop-client
electron-builder
github-gist
gists
webpack3
-
Updated
Feb 17, 2021 - JavaScript
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
electron
react
redux
rss
machine-learning
express
react-native
podcast
create-react-app
rss-reader
personalization
activity-stream
feed
podcasts
electron-app
newsfeed
getstream
algolia-api
podcast-client
-
Updated
Dec 28, 2020 - JavaScript
vjpr
commented
Oct 24, 2019
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
17
a616781689
commented
Nov 28, 2019
看了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 该如何变化
14
Open
Animated List
2
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