chore(Remix): Migrate to Remix v2, impl WebSocket, changes on README and migrate to @spotify/web-api-ts-sdk #2
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
migration
question
WIP
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Snoupix/Sharify!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "legacy_remix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes:
Realizations about the project
This whole project has been running for too long now and refactored too many times (new Spotify npm package, access token storage and usage moved from client to server, access token strategy changed, from Remix v1 to Remix (Shopify acquisition) v2, from the HTTP Polling with an interval to a WebSocket hosted on my Rust API with Actix and the list...
The first iteration of the project is too far from the current wanted product; a full rewrite is needed. And since I'm now loving Svelte and SvelteKit, I will rewrite the whole app with SvelteKit with a mobile-first thinking on styling (still gonna be using tailwindcss tho).