willianjusten / nba-nextjs

See NBA game results and standings powered by Next.js
https://nba.willianjusten.com.br
26 stars 2 forks source link

Add data from Server Side or add a Spinner #9

Closed willianjusten closed 5 months ago

willianjusten commented 6 months ago

When you open the home page, it displays blank and then the cards appears, this is horrible, we should get some data from SSR already and after update with SWR in real time.

We can have as a first step before this, a single spinner, just to not look so trash.

willianjusten commented 5 months ago

This was done for the HomePage here https://github.com/willianjusten/nba-nextjs/commit/d36e672dae4631eec95937ee03dd86c804a2e7eb

Now we need to do the same for game/[id]