We're looking to move our site from react over to sveltekit and most likely throw our functions in s

We're looking to move our site from react over to sveltekit and most likely throw our functions in some page.server.ts load functions as we aren't needing to pull our data from outside of the website but this confused me and the co-worker a little bit, what specifically does it mean by migrating pages over and should we even be using load functions or throw it on a dedicated worker?
Was this page helpful?