|
|
|
|
|
by josephg
356 days ago
|
|
I've written a fair few Solid apps. I've never felt the need to reach for 3rd party tools to help manage state. In my experience, solid's built-in signals (& resources) are enough on their own for simple apps. And when I need something more complex, you can build on top of them if you know what you're doing. If anyone is curious, here's an interactive, editable tutorial teaching how solidjs signals work. If you haven't seen solid before, its similar to react but components don't re-run whenever their state changes: https://www.solidjs.com/tutorial/introduction_signals?solved Am I missing out on some whiz bang magic that the react ecosystem has invented? Is it substantially better than what solid provides out of the box? |
|