sveltejs / realworld

SvelteKit implementation of the RealWorld app
https://realworld.svelte.dev
MIT License
2.23k stars 353 forks source link

Update/sveltekit breaking changes migration #136

Closed 3daddict closed 2 years ago

3daddict commented 2 years ago

Working on migrating session to page and persisting login data.

3daddict commented 2 years ago

Will come back with another attempt to solve for this with a completed PR.

pepegc commented 2 years ago

@3daddict Hi Mike, just curious where do you stand with this PR?

3daddict commented 2 years ago

Hey @pepegc I solved for this with this PR: #137 using a separate store for session data. However there is still debate on the best approach for this solution. See PR #134 comments and this will be the PR with the update to this repo.