Hacker News new | ask | show | jobs
by udbhavs 707 days ago
> If we accept the fact that the web is inherently imperative, then I believe we can resolve most if not all of the above problems. We don't need to throw the baby out with the bathwater though, because JSX is fantastic.

Also look into SolidJS for dropping the "functional" component model while still retaining JSX - it looks similar to React but works more like Vue, running components as setup functions only on initial render and doing state updates with mutations via signals.

1 comments

Yeah I like the idea of signals a lot. I haven't played with SolidJS but I'll give it a shot.