tide-app / tide

Explore a world of sounds!
https://tide-app.vercel.app/
MIT License
10 stars 4 forks source link

optimization: use react-snap to prerender pages #262

Open amilajack opened 3 years ago

amilajack commented 3 years ago

https://web.dev/prerender-with-react-snap/ https://github.com/stereobooster/react-snap

amilajack commented 3 years ago

Note that another option that we can look at is next.js, which is a slightly different kind of solution: server side rendering! Its made by vercel and its a very popular option for server side rendering! I think we should experiment by implementing both options and measuring the performance of each one. See https://github.com/amilajack/tide/issues/272