-
Redux Optimizations
A few optimization technique that I use to improve the overall experience of a user loading a React Redux application with code splitting and giving loading status updates on slow connections. Read More
-
Listener Middleware
Streamlined a Redux application by consolidating logic into slice files, removing unused code, and setting up path aliases. Transitioned from Sagas to Listeners for simpler scenarios, focused on local storage interactions and reacting to dispatched actions. Additionally, removed unnecessary dependencies like redux-saga and reselect and created a custom Persistence class for typed local storage access… Read More

