-
## Situation + Problem
The following code doesn't work.
```jsx
const dispatch = useDispatch();
const paymentForm = useSelector(myPaymentFormSelector);
const submitHandler = () => {
dispatch(someLa…
-
# Project Status Overview
### Project Objective:
- The Design System team will be creating a new SnackBar component. This Epic covers the Flagship Global team implementing that new component in…
-
Some of the least stable parts of security solution involve data fetching hooks, and how those async events/data are managed in state in the application as the request is made/pending/complete. To fix…
-
### Summary
This issue proposes migrating our Console and Account applications from JavaScript to TypeScript. Utilizing TypeScript will provide significant benefits, including improved type safety, e…
-
The `MyAccountScreen` is looking to `redux` state to show creation progress - use already written code (from helpers/index.js > restoreCreationStateOfAccountFromBlockchain) to check progress from the …
-
JSFIX is ready to assist you with the upgrade of rxjs to version 6.6.7.
JSFIX will identify all source locations affected by breaking changes, and in many cases also make the required changes to your …
-
This is a tracking issue to cover all work related to creating the new ~~"Real World Usage"~~ "Using Redux" section.
Original plan was to call it "Real World Usage", but after thinking it over furt…
-
Start with overview post containing links to each part:
Posts:
- Part 0: Game logic (no React).
- How to design game API? Class-based vs. functional/POJO, mutable vs. immutable
- Developmen…
-
I have a form which I want to validate on the client side, aswell as on the server side. The client side validation is handled by the `redux-form` package and the server side is handled using `regux-l…
-
Hello. I am getting trouble after I updated redux-logic to latest version.
I read all document and it said single-dispatch option is gone. So I added done() to all my logics.
But I still get error …