logengineering notes by Delaa.
BlogProjectsAbout
All topics
  • all posts
  • debugging5
  • nextjs5
  • php5
  • mental-model4
  • multi-tenancy2
  • symfony1
  • doctrine1
  • security1
  • architecture1
  • background-jobs1
  • redirect1
  • params1
  • async1
  • env1
  • turbopack1
  • webpack1
  • contentlayer1
  • dev-server1
  • git1
  • workflow1
  • code-review1

Params

1 article

see also:nextjsphpasync
  • e211179·22 Oct 2025·2 min read·in nextjs·series: PHP to Next.js

    Your Route Parameters Are a Promise Now — the PHP Mental Model That Breaks in Next.js 16

    In Symfony, $request->attributes->get('slug') is synchronous. In Next.js 16, params is a Promise. Forget the await and your page silently fails.

    nextjsphpparamsasyncmental-model
log · Delaa · © 2026
RSSCategoriesSeriesTagsArchiveGitHubAbout