-
Our frontend is getting fairly complicated - and some parts outdated - given it's written with modern technologies. Some patterns are getting old and are not being learned by new developers. We need t…
-
- [ ] Install and initialize Redux with ReduxThunk, Logger middleware
- you should install **redux**, **react-redux** and **redux-thunk, logger middleware** libraries
- create and provide sto…
-
-
As of https://github.com/brave/brave-core/pull/10637, wallet UI is now using both the async-handled redux actions pattern, and the redux-thunk pattern. It's not clear when to use which, and this can /…
-
I am getting this error on iOS only so far.
Seems to only happen when Redux Persist is enabled.
Relevant libraries:
```
"@reduxjs/toolkit": "^2.2.6",
"react": "18.2.0",
"react-…
-
1. redux-thunk를 사용할 때, 액션생성함수에서
dispatch => {return axios.get().then(res => dispatch(~~))} 와 같은 식으로, dispatch를 인자로 받아서 promise를 리턴하는 함수를 리턴합니다.
여기서 굳이 promise를 리턴하는 이유가 무엇인가요?
어차피 dispatch가 목적이라면 p…
-
**Do you want to request a *feature* or report a *bug*?**
A bug I think, but not sure if it's `redux-observable` or `redux-mock-store` who has the wrong behavior. So I will post in both repos.
…
-
I want to do this.
https://stackoverflow.com/questions/37221872/storing-global-object-outside-of-redux-store-in-react-redux-app
-
### What happened?
Setting up jitsi with docker till step 7: after docker compose up -d
I get the site online, I want to join a meeting and I get nothing and after a few seconds I get a: "you have b…
-
Looks like domains can be created like this:
![image](https://user-images.githubusercontent.com/88263098/232963879-81263696-4536-48a2-895c-ca0cd5be1a80.png)
When this happens, no error is immedi…