-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
good point via Twitter:
The current docs confused me a bit as a Next.js user by comparing
load
to getServerSideProps/getStaticProps, while it’s more like getInitialProps in the way that it exposes everything to the client.
They currently say this, which isn't totally accurate:
load
is the SvelteKit equivalent ofgetStaticProps
orgetServerSideProps
in Next.js orasyncData
in Nuxt.js.
TravisSpomer, Nick-Mazuk and bonukai
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation