How to increase/decrease value with reducer?
Advertisements I am working on a temperature control app with react native. To get the value of the temperature I use redux toolkit. My problem is that my code for increasing/decreasing the initial value with the reducers doesn’t work. I get the 20 as value but using handlers to dispatch(in/decreaseTemp()) doesn’t do anything. What am… Read More How to increase/decrease value with reducer?