SolidJSS
SolidJSโ€ข2y agoโ€ข
1 reply
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
}
Was this page helpful?