(no title)
mzronek | 1 year ago
These are examples for React frameworks: https://react.dev/learn/start-a-new-react-project#production...
Next.js is a React framework.
If Payload is a framework or not is debatable. I think it's more like a data layer around a database for a any js app and an Admin Panel (that uses Next.js now). It might be called a framework for your own Headless CMS, because it is code first. So you basically code the panel and the data structure yourself.
_heimdall|1 year ago
Hooks themselves are just a solution to async code, but the implication was that react was no longer a state-based UI rendering library and became a full blown frontend framework.
threetonesun|1 year ago
gloosx|1 year ago
flockonus|1 year ago
As for anything that has patterns of building with, will argue it's a framework.
math_dandy|1 year ago
meiraleal|1 year ago
sneek_|1 year ago
If you don't use them, then React is quite literally no different to you.
gloosx|1 year ago
vasergen|1 year ago
Can a library have compiler?)
gloosx|1 year ago
React Compiler is just a babel plugin for automatic performance improvement, memoization specifically, for never perfectly memoized React code.
Can library have compiler? Well why can't it? For example stdlib has a compiler, because C does.
robertlagrant|1 year ago
cooperadymas|1 year ago