Hi
i use redux for state management, like this: A state management pattern for Ionic React with React Hooks - Ionic Blog
i can console.log the state changes after dispatching … it´s working
but the view isn´t rerendered in my listings were the data is displayed.
how can i rerender after state changes?
thx