You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been publishing alphas for a few years, it would be nice to wrap it up and have a proper thing that we can recommend to people to npm install.
The main things I think so far:
Use Typescript for state -- components don't need to be fully ported but at least the reducers. This is partly a cleanliness thing (not calling something that's mid-refactor stable), but also a reliability thing as I still run into crashes somewhat regularly due to values being unexpected shapes or unexpectedly null.
Finish the social login feature, we still don't use it on wlk.yt
...do we really need anything else? Many of the things in our issues list can just be point releases.
We likely want to align it with a server 1.0 release. For that I would really like to switch to a SQL database.
The text was updated successfully, but these errors were encountered:
I had another idea the other day.
We could display recommended songs at the end of the playlist in a seperate section, similar to what spotify is doing.
I've been publishing alphas for a few years, it would be nice to wrap it up and have a proper thing that we can recommend to people to
npm install
.The main things I think so far:
We likely want to align it with a server 1.0 release. For that I would really like to switch to a SQL database.
The text was updated successfully, but these errors were encountered: