#
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 25,932 public repositories matching this topic...
react
redux
i18n
styled-components
redux-saga
offline-first
react-boilerplate
scaffolding
immer
webpack4
-
Updated
Jul 30, 2020 - JavaScript
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Aug 12, 2020 - JavaScript
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
-
Updated
Mar 22, 2020
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
Create the next immutable state by mutating the current one
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 8, 2020 - JavaScript
react
redux
javascript
stylelint
css
engineering
babel
front-end
webpack
yarn
eslint
jest
css-modules
flowtype
grab
study-plan
-
Updated
Jul 30, 2020 - JavaScript
Asday
commented
Jun 24, 2019
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
-
Updated
Aug 12, 2020 - JavaScript
Awesome list of Redux examples and middlewares
-
Updated
Jun 21, 2020
sixhours
commented
Aug 6, 2020
Steps to reproduce
- Starting at URL:
/marketing/sharing-buttons/[site] - Add a Twitter connection
- The modal that appears after you connect your account has some odd spacing if there is no icon associated with that account (Guessing that looks for the Gravatar associated with the email address you use for that Twitter account?) and connected accounts have an unnecessary left margi
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.
Reactide is the first dedicated IDE for React web application development.
-
Updated
Jul 7, 2020 - JavaScript
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
-
Updated
Aug 18, 2020 - TypeScript
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
-
Updated
Aug 13, 2020 - JavaScript
The complete guide to static typing in "React & Redux" apps using TypeScript
-
Updated
Mar 4, 2020 - TypeScript
electron
react
redux
snippets
markdown-editor
notes
electron-application
electron-app
desktop-client
electron-builder
github-gist
gists
webpack3
-
Updated
Jun 14, 2020 - 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
Jul 21, 2020 - JavaScript
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
Aug 18, 2020 - JavaScript
manojVivek
commented
Jul 31, 2020
Sample Mac command can be:
open /Applications/ResponsivelyApp.app --args https://example.com
gnumoksha
commented
Nov 19, 2019
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./D
2
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