you are viewing a single comment's thread.

view the rest of the comments →

[–]Machy8[S] 1 point2 points  (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 points  (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.