vrac

2025-03-15T13:45:02.622909Z

2025-03-15T15:48:22.707739Z

During the stream, I added support for :ref as a special attribute.

2025-03-15T15:49:28.937069Z

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.

2025-03-15T15:50:09.132279Z

I did not finish the React interop example, but plan to finish it either today or tomorrow, off-stream.

2025-03-15T15:50:31.480399Z

cc @souenzzo 🙂

2025-03-15T15:52:48.770429Z

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.

2025-03-15T15:54:25.171099Z

https://github.com/metosin/siagent/

2025-03-15T21:48:31.003089Z

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

😻 1