-
This work is related to how we handle scrolling in the homepage and any other logic related (updating toolbar, status bar).
Investigate these areas in the legacy homepage and move over to the new hom…
-
Having a single reusable component for interactive blocks makes it possible to improve state management by consolidating state handling in a single reusable source. Currently, the state is manually in…
-
Redux was adopted in Auspice many years ago. Since then, Redux has developed new features to simplify usage (e.g. Redux Toolkit, hooks API).
Steps from the [migration guide](https://redux.js.org/us…
-
Currently, wallstreetlocal uses Redux to manage all the complex, global state for different filers. This leads to a couple problems.
- All reducers are housed in a single, big file, and it is hard …
-
I'm not happy with how we decide to show modals for the management UI. The biggest issue is that our Redux action creators depend on our state, which means that state depends on actions and actions de…
-
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
**Is your feature request related to a problem? Please describe.**
The current Redux example implementation shows use of redu…
-
-
I have written a Flux-like framework called [Redux](http://github.com/gaearon/redux) that, in my view, preserves the best properties of Flux, but also fixes a few problems with it. In Redux, instead o…
-
Hello, can you, please provide some examples with using great `redux-logic` features?
-
Hi,
Currently I'm struggling with the use of Flow in combination with redux-logic because Flow does not understand that a given logic will only receive actions of a given type.
Given the following t…
ghost updated
7 years ago