Introduction to Redux

It is a predictable state management library for JavaScript applications, commonly used with React. It helps manage and centralize application state, making state changes predictable and easier to deb...
0 Read More

Very Basic - Redux

Very Basic - Redux
Learning Redux is a real pain in the @#$#$^&. Good thing the team I was on at the time I learned it highly valued taking the time to learn, because it took me a good 30 out of 40 hours of a work w...
0 Read More

Why migrate from Redux to React Query

State management in React applications has evolved significantly over the years. For a long time, Redux was the go-to solution for managing state, offering a predictable, centralized store with action...
0 Read More

Using RTK with Nextjs

A straight forward example of using Redux Tool Kit with Nextjs app.redux/hooks.js ⛶import { useDispatch, useSelector, useStore } from "react-redux"; // Use throughout the app instead of plain `useDi...
0 Read More