-
I am looking around for a react example as a base for a new project. react-redux-universal-hot-example came highly recommended at http://andrewhfarmer.com/starter-project/ (*). I installed it and ran …
-
I believe this is from react-router-redux, not this lib. But look into it
-
In redux-saga, the put(push('/xxx')) is not work,the code is :
```
import { put } from 'redux-saga/effects';
import { push } from 'connected-react-router';
yield put(push('/xxx'));
```
-
Hi,
I wanna make pagination, but i can't make it. Maybe someone knows how to make it. Can you help me please. My dashboard component codes are as below.
```
import React, { Component } from '…
-
- [x] Criar aplicação
- [x] Configurar Redux
-
- [x] Typescript
- [x] Prettier
- [ ] Storybook v6
- [x] Styled-components
- [x] React Router Dom
- [x] React Icons
- [ ] Formik (Formulários)
- [ ] Miragejs
- [ ] React Tostify(Notificações) …
-
```
Installing “react@0.17.0” failed.Hide output…
npm ERR! git clone --template=/Users/doore/.atom/.apm/_git-remotes/_templates --mirror https://github.com/millermedeiros/rocambole.git /Users/door…
-
I have some non-immutable object in state (like routerReducer of `react-router-redux`), when I using `redux-persist-immutable`, it will throw `state.forEach is not function` error. I think we should u…
-
### Describe the bug
I have a model built on SQL query to Clickhouse's system table `system.query_log`. The query is:
```
SELECT event_time,
initial_user,
type,
read_bytes /…
-
I have installed your redux-mediaquery, and followed the instructions 1-4, but it didn't fire any media change actions when I changed window size.
Are there any reasons that you can imagine?
Her…