Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
16

Latest Updates

Documenting code, one commit at a time.

Redux 2 posts
×

From Context Chaos to Redux Clarity: A State Management Journey in vector-tech

In the fast-paced world of web development, managing application state efficiently is paramount. For the vector-tech project, an e-commerce platform, we recently undertook a significant migration: moving our global state management from AppContext with useState to a robust Redux architecture. This change was crucial for scaling our application and improving developer experience.