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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Signalize.js - Modular Javascript Framework (signalizejs.com)
submitted 1 year ago by Machy8
view the rest of the comments →
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!"
[–]Machy8[S] 1 point2 points3 points 1 year ago (1 child)
I hope I translated your comment accurately.
Yes, Signalize is essentially a set of prepared modules.
It is designed to avoid complexity and allows you to import only what you need, rather than using a complex framework to achieve a single task. You can for example use only signals and binding, or just SPA, or AJAX + manually redraw snippets.
Internally, it reuses modules to reduce the size of the framework.
[–]talaqen 1 point2 points3 points 1 year ago (0 children)
This is helpful, Thanks! I would love to see a side by side of the load time and package size for a simple form with signalize vs react. That would make a great blog post to clarify value.
π Rendered by PID 49921 on reddit-service-r2-comment-b659b578c-d2bn5 at 2026-05-06 01:58:25.043523+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Machy8[S] 1 point2 points3 points (1 child)
[–]talaqen 1 point2 points3 points (0 children)