I think it looks nice.
I think it looks nice.
La UI se queda totalmente frita hasta que se renderizan todos los elementos.
Hay alguna forma de acelerar esto? Que el primer render devuelva null y luego asincronamente se vuelva a renderizar?
La UI se queda totalmente frita hasta que se renderizan todos los elementos.
Hay alguna forma de acelerar esto? Que el primer render devuelva null y luego asincronamente se vuelva a renderizar?
With vitest/jsdom I usually do “full tests” where I navigate to a page, render the whole app and I interact with the ui.
Last time I’ve tried with vitest/browser I struggled to navigate to an url 🥲
With vitest/jsdom I usually do “full tests” where I navigate to a page, render the whole app and I interact with the ui.
Last time I’ve tried with vitest/browser I struggled to navigate to an url 🥲
Imo, all the server stuff adds too much complexity that’s not always required.
Imo, all the server stuff adds too much complexity that’s not always required.
I would say 90% “client side”. (Dashboards, apps etc)
Server side only for websites/marketing
I would say 90% “client side”. (Dashboards, apps etc)
Server side only for websites/marketing