|
|
|
|
|
by nickosmark
1694 days ago
|
|
Next.js reinvents so many things that already exist in PHP (also Python, Ruby). Check out for example what is already possible with Symfony in their docs[0]. Next.js "biggest" release just introduced middleware and html rendering with zero client-side js ! What people like in tools like next.js is not the framework itself but the abstraction over infrastructure, using platforms like vercel. Imagine a platform as cheap, modern and easy to use as vercel but for PHP, basically shared hosting on steroids. Do you believe people would still care so much about Next.js in that scenario ? [0] https://symfony.com/doc/current/index.html |
|
IMO React is also an amazing abstraction and I like writing components better than stitching together HTML or other template/DSL based systems.