Do i use ssr for my dashboard units page
Unanswered
Whooper Swan posted this in #help-forum
Whooper SwanOP
i have a dashboard with multiple pages for creating pages purchases units categories and much more
i gave an example of a units page
in this example when navigating to /dashboard/units
i have a data table with the units in it
with multiple actions like delete, navigate to edit archive and more
the question is :
do i use ssr to get data from the go api and render the page filled with units
or
do i display a loading skelton in the page then fetch data from client side
which approach is more suitable and why?
i gave an example of a units page
in this example when navigating to /dashboard/units
i have a data table with the units in it
with multiple actions like delete, navigate to edit archive and more
the question is :
do i use ssr to get data from the go api and render the page filled with units
or
do i display a loading skelton in the page then fetch data from client side
which approach is more suitable and why?