cferdinandi / reef

A lightweight library for creating reactive, state-based components and UI.
https://reefjs.com
MIT License
1.16k stars 77 forks source link

First render of components #214

Open sjoe77 opened 2 weeks ago

sjoe77 commented 2 weeks ago

Hi Chris,

I have html pages and a multi page app setup. Is it possible to get the first render of reef component happens organically with the browser rendering the html page? Then after the first render the reactivity as usual.