EngineeringWeb Accessibility Is Not Optional — It's Essential

Kiran Adhikari

React Server Components (RSC) let you render components on the server, sending only the HTML to the browser. The result? Faster initial loads, smaller JavaScript bundles, and better SEO.
Server Components (default in Next.js):
Client Components (marked with "use client"):
Use Server Components for:
Use Client Components for:
In our testing at Appkeed, switching to Server Components reduced our initial JavaScript bundle by 40% and improved LCP by 1.2 seconds. The impact is real.
If you're using Next.js, you're already using Server Components by default. Start paying attention to where you add "use client" — less is usually more.

Siya Maharjan
Frontend Developer at Appkeed
Passionate about building great products and sharing knowledge with the community.