MKMohit Kumarinfrontendsystemdesign1.hashnode.devยทApr 9 ยท 3 min read๐ Frontend System Design #3: Folder Structure โ Feature vs Layer (What Actually Scales)๐ง Introduction Folder structure might seem like a small decision when starting a project. But as your application grows, it becomes one of the most critical factors affecting: Developer productivity00
MKMohit Kumarinfrontendsystemdesign1.hashnode.devยทApr 1 ยท 3 min read๐ Frontend System Design #2: State Management โ When to Use Redux, Context, or Server State๐ง Introduction State management is where most frontend applications start to break. At a small scale, everything works fine: useState feels enough Data flows are simple But as your app grows: St00
MKMohit Kumarinfrontendsystemdesign1.hashnode.devยทMar 31 ยท 3 min read๐ Frontend System Design #1: How to Build Scalable Frontend Architecture๐ง Introduction Most frontend developers know how to build UI. But very few know how to design systems that scale. When applications grow, things start breaking: State becomes messy Performance drop00
MKMohit Kumarinreactjs19-part2.hashnode.devยทJul 19, 2025 ยท 2 min read๐ What's New in React 19 (2025): Features, Examples, and Developer Insights (Part II)In Part I of this blog, we explored some of the most exciting and fundamental updates coming to React 19, including the Actions API, the use() hook, and Server Components. In this Part II, weโll dive into another set of powerful features that enhance...00
MKMohit Kumarinreactjs19.hashnode.devยทJul 1, 2025 ยท 3 min read๐ What's New in React 19 (2025): Features, Examples, and Developer Insights (Part I)React 19, released in late 2024 and adopted widely in 2025, introduces a game-changing set of features that streamline development, improve performance, and offer powerful primitives for modern full-stack apps. This blog post (Part I) dives deep into...00