-
Hello ladies and gentlemen.
When you have a container deeply (3 or more levels) nested in your component hierarchy, the only way to get data for it is to pass it via props through components in the…
-
### Steps to reproduce the problem
1. Add alias on new account.
2. Kick off move account on old account.
3. After 24 hours 386 accounts out of 550 still following old account.
### Expected beh…
-
Hi I am using redux along with stepzilla, i need to save values at every step so I am using @connect with redux and isValidated() is not triggered , I tried to use @connect in Main component where we …
-
Hi
I tried to use it on a project with redux and it didn't work.
Is it possible at all?
Thank you
-
Hi,
React, React-Router, Redux, Redux-Logger and more libraries have a compiled version under the dist folder.
It is possible to provide us a redux-connect.js and a redux-connect.min.js under th…
-
### actions.ts
```ts
import actionCreatorFactory from "typescript-fsa";
import { Image } from "services/api/models";
const actionCreator = actionCreatorFactory();
export const getImages =…
-
Consider a pattern that used to work with the previous version of the react-redux 5.x.x libdef:
```javascript
type OwnProps = { ... }
type PropTypes = { ... }
const MyComponent = (props: PropT…
-
[https://codesandbox.io/s/gL3zJKv9Z](https://codesandbox.io/s/gL3zJKv9Z)
`import { Router,Route , browserHistory } from 'react-router';
import { ReduxAsyncConnect, asyncConnect, reducer as reduxAs…
-
## Description
Our Nodelist component is too confusing. We have a lot of nested components, and most of the time we pass props from parent to child but sometimes we also connect the child to redux …
-
redux の `connect` も HOC なのでまとめると良さそう
```typescript
// Component
// ==================================================================
const BaseComponent: React.SFC = () => (
Hello!!!!
…