←back to thread

214 points stefankuehnel | 1 comments | | HN request time: 0.2s | source
Show context
attah_ ◴[] No.41840608[source]
So let me get this straight... PayloadCMS is a framework, for Next.js which is a framework for the React framework.

Yo dawg, i heard you like frameworks!

replies(4): >>41840780 #>>41840997 #>>41841176 #>>41842441 #
cle ◴[] No.41840997[source]
Yes? I think this is great. IMO our goal should be to enable building higher-level abstractions on lower-level ones.
replies(1): >>41841257 #
jstummbillig ◴[] No.41841257[source]
Sure, if the lower level is stable. Nothing in this chain is close to stable.
replies(1): >>41841602 #
aduffy ◴[] No.41841602[source]
React is arguably quite stable?
replies(1): >>41841841 #
jstummbillig ◴[] No.41841841[source]
RSC was marked stable in Mid 2022 and this major change is still in the process of unfolding through the ecosystem, because of course these things take time. And even though react might be the future, I have a hard time understanding a client side framework that currently becomes more of a server side framework being stable.
replies(1): >>41842048 #
1. zztop44 ◴[] No.41842048[source]
By that standard, nothing is stable. New features are added to HTML, the Linux kernel, x86, PHP, etc all the time. In fact, building on top of higher level abstractions can sometime insulate your application from this change too.