Redux

2 posts tagged with "Redux"

April 15, 2019 · 6 min read
Handling the weird way of Redux State Initialisation
Redux's state initialisation is weird and you shouldn't trust it. This is why, an experience where I debug it to fix an error of reducer not loading.
JavaScript, Programming
April 10, 2019 · 4 min read
Troubleshooting React with Redux & Redux DevTools
When I was using React with Redux, I encountered TypeError: Cannot read property 'apply' of undefined and tried to debug and solve it in a better way.
JavaScript, Programming