redux
Redux was the first state management library that I learned. it was way popular back than still very popular in old projects. I use Redux mostly in my company projects where we have to deal with large codebase and we have to share the state between components. I found the concept of store, actions and reducers very clean and useful.
I have mostly used Redux Toolkit for my projects since with that version redux make it more cleaner to work with APIs and state. Redux is good for large projects but i believe there are many good options available now like Zustand for client state and React Query for async state management which are very easy to use and implement.
Learning new skills and mastering them is my passion. I am always eager to learn new things and share my knowledge with others. What I have learned so far about my each skill is shared here.