I see example mentioned here triggers component level re rendering. As console.log at component level is getting printed in browser console.
Am i understanding something wrong
https://qwik.builder.io/tutorial/introduction/resource/
#useResource re rendering full component
4 messages · Page 1 of 1 (latest)
@obsidian heart You mean solely inside the component without any hook like useTrack$?
yes exactly like in the example. So just a raw console.log in component not wrapped in any hook.
The console log should fire on the server and if the tracked changed it fires in the browser.
If you want server only, please use loader$ and maybe get github.org from route path