Hacker News new | ask | show | jobs
by mario_kart_snes 1480 days ago
Is this similar to SolidJS?

https://www.solidjs.com/

2 comments

I've been doing a small project in SolidJS recently and really enjoying it. It is a lot easier to reason about than React. My only complaint is that the router is kind of alpha and a moving target, so the examples are now out of date with the latest version. Also, like most open source projects, the documentation is lacking in a lot of ways. That said, if you know React and you're not doing anything too complicated, I highly recommend it.
Agree wrt. Solid being easier to reason about.

Is the router you are using solid-app-router [1] ? Have been working with it for last few months and it has been generally stable (my usecases are not particularly complex though).

The docs for the solidjs core has also massively improved recently.

[1] https://github.com/solidjs/solid-app-router

Not similar to SolidJS in internals (fine grained rendering), but same idea of compiling JSX and optimizing it beforehand