|
|
|
|
|
by proto-n
566 days ago
|
|
It seems you only want to call MVC frameworks frameworks? But there's millions of other types of frameworks for thousands of purposes. Framework is a generic term (for which the definition is usually the calls into you/you call into it thing). What it does and whether it's a framework is two completely orthogonal things. |
|
No, I'm illustrating the limited scope of React. I wouldn't call a chunk of code that handles the V in MVC a framework.
> for which the definition is usually the calls into you/you call into it thing
Again there's nuance here:
I'm "calling into" react (3) times here, while react is calling "into me" (1) time. Are we saying any external source code that accepts a function as a parameter is considered a framework?All react does is render/diff/patch your dom, everything else is up to the end-developer. Would you call `express` a framework? Again this is semantics but look at all the react frameworks that exist on top of react, why do those exist?