top | item 45253082

(no title)

eric-p7 | 5 months ago

This seems like a good place to plug my library, Solarite.

It's a minimal, compilation-free JavaScript library that adds reactivity to native web components, as well as scoped styles and a few other ease-of-life features.

https://vorticode.github.io/solarite/

discuss

order

veidelis|5 months ago

Is there a way to connect components similarly like react-redux so that they can access external state without prop drilling? Good job.

sabellito|5 months ago

Reading through the example, it seems like it doesn't do reactivity, as the user code must call render() manually on state changes. Did I miss something?

eric-p7|5 months ago

No, that's correct. I did it that way deliberately as a design choice.

Is that not still considered reactivity? If so then I'll update the docs.