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,263 public repositories matching this topic...
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem
-
Updated
Jun 30, 2020 - JavaScript
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType
in src/data/queries/index.js
importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
The usage guide pages for mapState
and mapDispatch
are amazingly good, and I frequently link them as references to answer people's questions.
However, we currently only have an API reference page for our hooks API. It's time we added some kind of a usage guide page for the hooks as well.
I'm not exactly sure what topics it should cover, but I'd like to hear suggestions.
-
Updated
Mar 22, 2020
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx
instead of .js
? It's not a best practice: facebook/create-react-app#87 (comment)
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");
, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
.
I found code examples for some of the functionality (like this one), but I would like to see proper documentation on how to implement t
Some of the current background image selections have low contrast against the text or could be better quality images that better relate to selected verticals. This may be irrelevant if we decide to remove the image altogether.
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 4, 2020 - TypeScript
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 10, 2020 - TypeScript
Created by Dan Abramov and Andrew Clark
Released June 2, 2015
- Repository
- reactjs/redux
- Website
- redux.js.org
- Wikipedia
- Wikipedia
This is a tracking issue to cover all work related to rewriting the "Recipes" section.
Tasks