Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about modules after SvelteKit's load and routing changes #3

Closed
jzavala-gonzalez opened this issue Aug 18, 2022 · 3 comments
Closed

Comments

@jzavala-gonzalez
Copy link

Hi everyone, thank you for making this course! I've been waiting to dive into SvelteKit and this looks like a fantastic starting point. I am wondering what are the plans for some of the modules of the course given the updates to the routing and load API described in sveltejs/kit#5748 . Are there any plans to update the corresponding course modules? Or would waiting until 1.0 before any further changes be more likely? I'll work through pieces of the course in the meantime; just want to know how to approach the routing and load related portions. Thank you for any feedback, and have a nice day!

@StephDietz
Copy link
Collaborator

As changes are made we will update the written portion of the course!

@michaelphipps
Copy link
Contributor

michaelphipps commented Aug 29, 2022

If you want to do this course as it exists prior to the load and routing changes (which it still did at the time of this comment), you can install an older version of SvelteKit just to do the course, however It doesn't really make sense to learn information that is out of date.

To install the version prior to the routing change:

npm init svelte@next

Update pacakge.json to:

"devDependencies": {
    "@sveltejs/kit": "1.0.0-next.405",
    ...

THEN run npm install

@leerob
Copy link
Member

leerob commented Nov 26, 2022

Closing this out since the course has been updated 😄

@leerob leerob closed this as completed Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants