Isn't React, the most popular JS library, an example of that? Clearly people don't understand that
No it’s not an example of that. Do you store components in your component state?
He probably means JSX mixing HTML with Javascript...
function Greeting({ name }) { return <h1>Hello, {name}</h1>; }
You just did that in a HN comment, yet nothing happened :).
Could it be that the whole idea is silly misunderstanding of fundamental tenets of reality in the first place?
No it’s not an example of that. Do you store components in your component state?
He probably means JSX mixing HTML with Javascript...
function Greeting({ name }) { return <h1>Hello, {name}</h1>; }
You just did that in a HN comment, yet nothing happened :).
Could it be that the whole idea is silly misunderstanding of fundamental tenets of reality in the first place?