a-ferraro007 / dumb-spotify

Spotify Playlist Manager
https://dev.dumbspotify.com
0 stars 0 forks source link

fetch data serverside #16

Open a-ferraro007 opened 2 years ago

a-ferraro007 commented 2 years ago

access + refresh token are in the cookies

move data fetching on page load to getServerSideProps handle any authorization + rerouting in getServerSideProps

a-ferraro007 commented 2 years ago

Added some serverside fetching mainly for fetching the playlists for users.

serverside rendering will need to be ripped out if a web player gets built in the future