Hacker News new | ask | show | jobs
by kaleidawave 1365 days ago
No defiantly not an intention to render anything obsolete. I think React will be around for a while.

Instead if you like stricter types, `.map`, and `.push` JSX and want to reduce the runtime abstraction by moving it to compile time then it offers a possible alternative to React. Haven't gone into too much yet but there is a probably a lot of React applications that are too complicated for the optimiser to work :( and there it won't be an alternative.

Lots of great alternatives to React these days as well which I also want to promote!

1 comments

Looks very promising! My understanding is that Svelte has a similar approach. Would be amazing to have an alternative using just JSX.