Skip to content
Advertisement

Tag: redux

react-redux: actions do not change the store

I’m building a react app with redux and I have a problem. I have a component connected to the redux store and even though I dispatch actions those actions are not received from the reducer thus the state won’t change. Here’s the code of the component: Here’s the filters.js file in the store: Everything looks fine, even console.log the action

Data not saved with redux react for android

I probably missunderstood how does redux works but my datas are not saved into the store and i quit et re-open the app. Everything works perfectly when i keep my app open (I can add sessions, exercices…) and everything is saved but when i close it there’s no data. Do i’ve to write some code to receive the store data

Advertisement