the Forge Logothe Forge Logo
HomeAboutProjectsBlogsContact
the Forge Logothe Forge Logo

© 2026 Youssef Elmohamadi The Forge. All rights reserved.

Blog Posts

The Next.js 15 SEO Nightmare: How to Fix the Streaming Metadata Issue
منذ شهر
5 min read

The Next.js 15 SEO Nightmare: How to Fix the Streaming Metadata Issue

Wondering why your <meta> tags are injected outside the <head> in Next.js 15? Discover the root cause behind this streaming bug and the quick next.config.js solution.

49
Understanding React Fiber
منذ شهر
5 min read

Understanding React Fiber

Learn how React Fiber solves UI lag by breaking rendering into smaller tasks.

84
Improving React Performance with useTransition
منذ شهر
5 min read

Improving React Performance with useTransition

Learn how to use useTransition to split updates and defer heavy tasks to keep the UI responsive.

90