Andrew R. Powers

Results 38 comments of Andrew R. Powers

Thanks. As an idea, I think that with transpilation becoming less of a problem Vite could run SSR directly from the DevServer instead of the dual-build (very complicated) SSR method...

Looks nice, that's a good standard API for the composition stuff. Thanks, @pimlie! Appears that production use for Vue 3 is gonna take a LOT longer (~12 months?) when you...

@pimlie just a request, but would it be possible to get an alpha that has the "old" object-based API as well as new Vue 3 types. Happy to wait on...

Great! Excited to see it. As a thought, I HIGHLY recommend you don't underestimate the importance of backward compatibility. If you plan on changing the API completely, you might as...

SSR support is, for me, the most crucial feature. For us, the largest reason we do SSR is to render the metatags so they can be picked up with scrapers...

Update to latest version of AJV package @5.2.2 or so.

Had the same question, the docs need some context for SPAs (or any app with history-based navigation) For example, there should be a way to manually reset the values based...

Thanks for the response! I would just add that or part of that to the docs for the package. Even if vitals don't apply, there are natural questions that get...

thanks guys! can close this if you want, still not clear if there are tradeoffs since that's not specifically stated.

By introducing circular workspace dependencies (pnpm), by creating package orchestration issues w multiple packages being generated due to other dependencies (pnpm). For now, I've just disabled this plugin for tests;...