Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

How to Persist Redux State Using Local Storage in React

Learn how to persist Redux state in React using local storage. This guide covers setting up utility functions, integrating with your Redux store, and tips for optimizing performance and security. Enhance your app's user experience by retaining state across page reloads effortlessly.