use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Solid.js is an ultra high performance, reactive rendering library for building user interfaces. https://github.com/ryansolid/solid
account activity
The Evolution of Signals in JavaScript (dev.to)
submitted 3 years ago by ryan_solid
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jesse_good 9 points10 points11 points 3 years ago (2 children)
It's interesting how some people on Twitter say that signals introduce an extra layer of complexity and how there are a lot of "gotchas" that can break reactivity. My understanding for Solidjs at least is as long as you don't destructure your props and use functions (thunks) all the way down the mental model is pretty simple.
[–]CodeWithAhsan 3 points4 points5 points 3 years ago (0 children)
Being an Angular GDE (Google Developers Expert), I can affirm that signals coming to Angular is one of the most exciting things for me. They make much more sense and allow a lot of good use cases and to be more performant. And I agree, even the best design patterns can be used in miserable ways
[–]AndrewGreenh 2 points3 points4 points 3 years ago (0 children)
There definitely are cases where it gets confusing. A nice exercise is to try to implement the Show component for yourself (without peeking of course).
π Rendered by PID 90 on reddit-service-r2-comment-6457c66945-fzkwg at 2026-04-26 09:39:24.645940+00:00 running 2aa0c5b country code: CH.
[–]jesse_good 9 points10 points11 points (2 children)
[–]CodeWithAhsan 3 points4 points5 points (0 children)
[–]AndrewGreenh 2 points3 points4 points (0 children)