@danielcroe You guys did this for convenience? Promise.resolve on lazy?
It is blocked but by a simple Promise.resolve and not the data you want to fetch right?
@danielcroe The performance improvement here is that when using “useAsyncData” without the await and with the lazy flag the template is rendered faster because the Promise will not be attached to the root level suspense?
@webdevcody I deploy my assets to an S3 for each deploy, even if I have 10 machines running my app 3 of them can be on a previous version and still work just fine.
Amazing strategy for auto-scaling as well
@RyanCarniato@addyosmani To be honest none of them seem to be accurate on the fine grained reactivity (except solid and maybe Vue vapor in the future), Nuxt “shallowRef” for fine grained makes me start believing fine grained = reactivity exists at a core level in this table
@kiwicopple@supabase If you do it with TS the auto completion and type inference is just priceless and out of the box. If you use SQL you need extra stuff to lint it and make that text meaningful