Ok, so I pick an SSG for my site because I don't want to use react, but then I need some data and state from an API and the SSG is all "just scope in some react there bud" and, like, my guy I feel like you weren't actually listening to what I wanted here.
@braindouche sorry to butt in if you're just looking to rant... But I checked what @astro does and it seems they recommend Nano Stores - any use? https://docs.astro.build/en/core-concepts/sharing-state/
@sarajw
Actually , I was about to rant about how localStorage seems like the correct move here but it's passé and I can't find anything useful there and I should just write a tiny localStorage library for myself and move on but Nanostores is just... That thing right there. Cool! Thanks 👍 that's pretty much exactly what I needed
@astro
@braindouche @astro ooh yay! Glad to be of service
Like, I don't need a single page application, but I still kind of want singleton state management? I think what I'm seeing is that we have SSGs and SPAs, but like the middle is still really Django Laravel Rails