-
-
The redux store will include two states, "active" and "moving".
This story only tracks setting up the necessary actions and reducers in the right package structure, and the corresponding unit tests…
-
The store/redux is ok but can be improved:
### My suggestions:
- [ ] Rename `redux` folder to `store`
- [ ] `src/redux/store.js` :arrow_right: `src/store/index.js`
- [ ] Change fonder structur…
-
When I'm changing the app location (through a link for instance), I see that the redux's store is not persisted.
I'm using the polyglot package, which build the `polyglot` node where the `locale` a…
-
-
I suggest the following scheme:
```javascript
{
categories: {
pending: false,
error: null, // string if fetching failed
currentCategoryId: 'fires',
items: [
{
…
-
Adding single redux store can be a great improvement for the search feature. Currently onSearch the compete page is reloaded. This can be fixed by redux store.
-
### Page URL
https://handsontable.com/docs/react-data-grid/redux/#simple-example
### Improvement description
The Redux example makes data reducer:
```js
action.dataChanges.forEach(([row, co…
-
Deberá mostrar lo siguiente:
1. La carga académica que tiene cada docente.
-
### Description
I was using expo sdk 51.0.28 and RN 0.74.5 after upgrading it to latest expo and RN, I am facing lot of jittering effect in app
**Earlier package.json**
`{
"name": "vyayam",…