I highly doubt it. I am working on a greenfield project and we are on Angular 17 for the front-end and C# for the REST APIs, backed by a relational SQL database. It is smooth sailing.
I am not familiar with those frameworks outside of what Next.js is doing with React (combining server and client code).
I don't like it, at all. I've spent decades working with what is now being called "SSR", but that's literally how everything was done.
So many developers got into software engineering knowing only JavaScript and usually a bit about a framework, generally React. Then we got Node.js so we could have JavaScript on the server, then Express.js so JavaScript can serve JavaScript, then NoSQL so you can store JavaScript objects in a database (essentially a KV store) without needing to learn SQL.
Now we have JavaScript that mixes front-end and back-end together.
I have 22 years of C# development. It works, it's easy, and it's fast. The "split" between front-end and back-end is perfectly fine to me.
For larger applications, I don't see meta-frameworks eating up a significant chunk of the world since they're very expensive to run in certain situations. Especially so if you use the default deployment options and rely entirely on serverless functions for your infrastructure or a database-as-a-service like Firebase/Supabase. I think it's inevitable that people will carve bits and pieces off of their meta-frameworks into different types of applications as they scale, just in the same way that people carve up their Rails applications of yore.
I generally think that the meta-framework obsession will also help propel backend SSR + HTMX, since thinking in server-side components is easier to translate to traditional backend SSR than SPA -> backend.
All this is javascript land. Unless your question implies that javascript kills everything else, then the answer is a clear no :-)
I have at least experimented in that direction.
Developers are a cost center. What matters is what costs less to build, deploy, maintain, and hire for the employer.
Basically, how well have these frameworks scaled?
Ruby on Rails is a highly successful framework but successful applications based on it would usually be rewritten after reaching a certain size because of scaling/performance/cost issues.
We use meta-meta-frameworks.