React Context API vs Redux Toolkit: Making the Right Choice for Your Project
Feeling overwhelmed with keeping track of data as your app grows? You pass data down through many nested components in your React app, even if some components don't use the data themselves. That's prop-drilling for you, a real pain as your React app ...
ebukathedev.hashnode.dev3 min read