mpeg
State sharing between Islands
I have a client that I'm leading a site rebuild for, and we're potentially thinking of switching to Solid
They run on a very particular old enterprisey tech stack which means that while the app is fully client side rendered, it gets rendered into multiple roots instead of there being a single component tree.
What is the best approach to sharing state between these islands? Can Solid signals be used outside of a Solid tree for this? Should I use a separate solution for it, I saw Astro recommends nanostores
Thanks in advance
3 replies