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
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.
The text was updated successfully, but these errors were encountered:
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.
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:
list all p0 and bug tickets
go through all of them and review them so I have context
determine which of those tickets improves the user experience the most (hint: this is a greedy algorithm 😉 )
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.
The text was updated successfully, but these errors were encountered: