Suspense
Can someone explain the part on why I shouldn't jump into using it? I don't understand
https://www.solidjs.com/tutorial/async_suspense
Thank you
SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
1 Reply
That means that you can use it alright, but manual deferral might be a simpler option if you do not need your code to be isomorphic. It's not the only choice.