I would like to know if there is a way to do the below
- hydrate reactive variable with initial value just the way Redux does
- update reactiveVars with the data that is received from the useQuery directly without the need to call and set it.
I would like to know if there is a way to do the below