Explore Blogs
The complete guide to using web workers in react application
Smooth, responsive UIs are a non-negotiable part of modern web applications, yet even powerful frameworks like React can lag when running heavy comput...
The complete guide to using web workers in react applicationWhy signals are making react look old — But should you switch?
Frontend frameworks are in the middle of a quiet revolution — where fine-grained reactivity and compiler-first mental models are challenging React's...
Why signals are making react look old — But should you switch?Optimistic UI with Concurrent React: Instant Feedback, No Hacks
Optimistic UI patterns make apps feel lightning-fast by updating the interface before server confirmation. With Concurrent React, these patterns are n...
Optimistic UI with Concurrent React: Instant Feedback, No HacksMigrating from Create React App (CRA) to Vite: A complete guide
Create React App served its purpose, but modern development needs better speed, flexibility, and transparency. Vite delivers on all fronts. In this po...
Migrating from Create React App (CRA) to Vite: A complete guideNo more create react app? Here’s how I set up react with react router anyway
Create React App (CRA) has officially been deprecated, leaving developers looking for alternatives to set up React projects from scratch. In this post...
No more create react app? Here’s how I set up react with react router anyway- No more post.