Earlier quoted context omitted.
> as if this sort of thing doesn't exist in other languages and stacks It doesn't. For example in the Java world and in the last 10 years there were only two "frameworks". Just Spring and Oracle/Java EE Now two more have appeared (Quarkus and Micronaut) bringing the total number of frameworks to 4.
I'm not a java man but a quick google leads to a lot of "10 java frameworks you should know", "17 popular java frameworks", and a "list of java frameworks" on Wikipedia that's dozens long. Frontend wise it seems similar at a glance, in that you could use react for the last 10 years and be fine. Or you could jump from react to vue to svelte and make life hard for yourself.
They include stuff like
- Hibernate - this is just an ORM
- JHipster - this is just opinionated Spring
- mybatis - again ORM
- Grails - > This is Groovy and not Java
- Play -> This is Scala primary
- Primefaces -> an implementation of Oracle/JavaEE
I think you get the idea. I am actually amazed at who is the target audience of this kind of blog posts.