The Wayback Machine - https://web.archive.org/web/20200717164837/https://github.com/topics/redux
Skip to content
#

Redux

redux logo

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...

markerikson
markerikson commented Oct 29, 2019

This is a tracking issue to cover all work related to rewriting the "Recipes" section.

Tasks

  • Move "Configuring Your Store" to "RWU"
  • Add store setup info to "Quick Start" / tutorials
  • Drop / move "Object Spread" to "Understanding" > Concepts > Immutability" ?
  • Drop / move "Using Immutable.js" to "RWU > Guides > Immutable.js" ?
  • Rethink "Reducing Boilerplate"
react-boilerplate
vivek9716
vivek9716 commented Apr 25, 2020

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

langpavel
langpavel commented Oct 24, 2017

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

markerikson
markerikson commented Apr 28, 2020

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.

hannojg
hannojg commented Aug 9, 2019

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
![Screenshot 2019-08-09 at 18 01 26](https://user-images.githubusercontent.com/16821682/62792504-bd64b080-bacf-11e9-96a8-0d33089332ac.pn

EvgenyOrekhov
EvgenyOrekhov commented Mar 10, 2020

I am trying to create a connector for a new library, but I can't find any documentation on how to properly handle all the possible actions (TOGGLE_ACTION, IMPORT_STATE, etc.).

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

Created by Dan Abramov and Andrew Clark

Released June 2, 2015

Repository
reactjs/redux
Website
redux.js.org
Wikipedia
Wikipedia

Related Topics

javascript react
You can’t perform that action at this time.