-
### 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…
-
I think it's very common that we need to intercept some actions like "Save" , then do some check i.e user log in or not. if not , then redirect to login page. once log in successfully, then re dispatc…
-
Hello,
I have oAuth authorization in my app. But I'm confused with the implementation of refresh token service.
At the moment I created instance of axios and apply to logic middleware.
After l…
-
Tests are a major part of my development workflow. I want my development with Redux-ORM to be as well-tested as anything else. I spoke briefly with Mark and he suggested I open a discussion issue abou…
-
- Store data in Redux rather than passing data through props
- Move business logic in React components to Redux thunks in /actions (some of this has been done in https://github.com/DigitalCommons/lan…
-
This is the thread for planning project execution.
Project spec/TODO list:
- [x] Ideate, plan the spec, architecture, process
- [x] Research/prepare boilerplate
- [x] Plan the state architecture
- [x]…
-
So I had a logic like this:
```
createLogic({
type: 'DO_SOMETHING',
debounce: 250,
process: etc
});
```
From the docs I assumed that `debounce` would debounce the _process_ function, …
-
From what I've read, the Navigator is a textbook use case for combining React + Redux. Prime example: changing datasets requires state changes to be propagated up the component tree and then back down…
-
The library is not extensively tested. It only tested Redux logic and helper logic, but none of the components (src/components/) or higher order components (src/enhancements/). It would be great to ad…
-
The alpha version works fine for us, but I was wondering if this library is still under development since the alpha hasn't been updated in over a year.
Thanks for all the great work on this library…