-
When you use the editor with date from a redux object state. When you hit the first character the editor reload due to the internal state and the cursor go back at the start.
Looks like there is so…
-
## Description
We introduced in `8.15` a new system to save notes to documents and timelines. We GAed that system in `8.16`.
We need to remove the old code entirely.
## Acceptance criteria
- no co…
-
The state of remix is too complicated for `useReducer` to handle it. Redux + Redux-Saga is a better solution, which I'v already tried in the new LearnEth plugin.
Check this https://github.com/draf…
-
Add state management using `Redux`
Refs: https://redux-toolkit.js.org/
-
**Describe the bug**
```
export const CustomFormFrame=(props:any)=> {
const [enable,setEnable]=useState(true)
const formData = useSelector((state:any) => {
return sta…
-
**Description:**
Set up state management for user authentication to manage the global authentication state and persist user sessions.
- Create a context or Redux slice for managing authentication st…
-
### What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
- React: 18.3.1
- ReactDOM: 18.3.1
- Redux: 4.2.1
- React Redux: 8.1.2
### What is the current behavi…
-
We need a way to manage the various states within the react application. Redux Toolkit is a pretty simple one that is also an industry standard.
-
Some people and I are currently writing an application using JavaFX. We started to discuss about using a redux like singleton state within the whole application. But we came across some issues quite f…
-
Follow up to #146187.
- [ ] For indices with many (high hundreds to thousands) of populated fields, the transform wizard rerendering becomes very slow.
- [ ] The query to identify populated fields fo…