S
SolidJS3mo ago
pronoob

I have to fetch initial information in a component, how do I do it?

const App: Component = () => { const resp = await fetch(...); // show Home component after fetch is completed }
1 Reply
Brendonovich
Brendonovich3mo ago
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.