Hello everyone! 🙂
I read the solid.js and solid start docs today and Im kind loving the simplicity. Really thinking in building a portfolio with it (I currently work with Nuxt 2 + GraphQL but I really love learning new things and finding out if I could be missing out or be doing things better).
The question is actually very simple teorically but I did not find info anywhere.. When using routeData with Solid Start the data will be fetched both in client and server, how can I avoid making 2 requests and send the serialized result of the query in the server to the client and not messing up the hydration?
Thanks in advance!