When should we use client-side rendering?
This is a question I've been asking myself for the latest project I've been involved. So, basically: should we always do client-side rendering or there are some guidelines we should follow in order to know which approach is the best? When I use frame...