Engineering Notes
Blog & Articles
Practical notes from building production applications with React, Next.js, React Native, and TypeScript — covering architecture, performance, real-time systems, payments, state management, and scalable frontend engineering.

Jan 31, 2024
2 min read
React.js State Management with Redux Toolkit
A practical introduction to Redux Toolkit, covering slices, store setup, reducers, and modern state management patterns in React.
React
Redux Toolkit
JavaScript

Feb 10, 2026
3 min read
A Quick Overview of React 19
An overview of React 19 features including Actions, optimistic updates, the use hook, ref improvements, simpler context, and metadata handling.
React 19
Async
UI Architecture
