During the stream, I added support for :ref as a special attribute.
I also added an :article in the test-app to demo vrac.web/use-effect which let the user use any type of effect in any scope.
I did not finish the React interop example, but plan to finish it either today or tomorrow, off-stream.
cc @souenzzo 🙂
My idea for the Vrac-React interop sample is to use Siagent - a subset of Reagent's API but which interop pretty well with Signaali's reactive signals.
Vrac + React interop demo, featuring: 1. React roots and components inside a Vrac app 2. Reactivity in the React functional components when the reactive data from the Vrac app change, implemented using the libs: a. Siagent b. UIx https://github.com/metosin/vrac/tree/main/example/react-interop cc @souenzzo