tide-app / tide

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

optimization: experiment with next.js SSR (server side rendering) #272

Open amilajack opened 3 years ago

amilajack commented 3 years ago

Another alternative to snap-js is server side rendering with next.js! 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.

hamirmahal commented 3 years ago

Is #16 a prerequisite to this? I kind of treat our issues as a stack rather than a queue, tackling the most recent issues first instead of the earliest ones.

amilajack commented 3 years ago

Unfortunately, that algorithm is suboptimal when it comes to improving the user experience. The ideal algorithm optimizes for the best user experience first. The algorithm I use is:

  1. list all p0 and bug tickets
  2. go through all of them and review them so I have context
  3. determine which of those tickets improves the user experience the most (hint: this is a greedy algorithm 😉 )
  4. work on that ticket