nanostores / query

⚡️ Powerful data fetching library for Nano Stores. TS/JS. Framework agnostic.
MIT License
229 stars 10 forks source link

SSR query in Astro #50

Open JacobZwang opened 4 months ago

JacobZwang commented 4 months ago

Is there any way to get nanoquery to fetch during SSR in Astro? This would be quite useful for rendering pages on the server and then dynamically updating them on the client.

Firaenix commented 2 weeks ago

This would be great considering nanostores is the advocated method for state management within islands in Astro