| TL:DR it's a meme. The context here (as I understand it) is that Next.js, a popular React-like framework that allows (in a way) coding both the server and browser portions of a web app in one codebase, such that each portion is extracted at runtime and automatically wired up via API calls. This is a simplification but it's how you can think of it. They've now introduced an even tighter way of introducing server code into what are otherwise frontend React components by piggie backing off the old "use strict" directive syntax, called "use server", allowing you to interleave - directly and inline - the client and browser code. Many a meme have been created, half-jokingly comparing it to PHP, ranging from the supportive jest, to the very seriously critical, as one would expect the internet to do. Some of those memes have been in the form of "use ___", such as "use binary", "use php", etc. I don't use frontend frameworks much these days so maybe someone can correct me on some of this, but hopefully this helps explain it a bit. https://nextjs.org/docs/app/api-reference/functions/server-a... |
https://samgen.vercel.app/GYVwdgxgLglg9mABAITnA1gWwIYCd0AUA3...