🔥Now you can bring over an existing @Angular app to @AnalogJS and @vite_js!
npm i @analogjs/platform --save-dev
ng g @analogjs/platform:init --project [your-project-name]
Updates your config and optionally configures @vitest_dev ⚡
Works with @NxDevTools also! 🤯
We love Vite! 💜
You too are probably using it daily, or maybe you are new to the ecosystem and you're wondering what it is, and why is everyone choosing and loving it so much?
In this one, @ericsimons40 takes a pragmatic look at Vite and its future:
blog.stackblitz.com/posts/wh…
skogz: a @vite_js Svelte SSR router experiment 🗺️🧡✨
We got routes and svelte components, we even have an error fallback page for invalid routes! Still learning, but I'm very happy on how much we got made
made with one `skogz.ts` file and `server.js` changes
WE COOKIN 👩🍳🔥🌟
notes so far as i learn how @vite_js ssr works with svelte ⚡️🧡✨
thoughts:
- wonder if there’s a way/an advantage on switching from express to another web server
- it’d be a fun challenge making a router, ssr or spa or both?
Vue DevTools Vite Plugin is now available in the Nuxt App 🌟. Also, Nuxt DevTools is coming to Component Tree/State Panel 👀(github.com/nuxt/devtools/pul…)
You can build a @reactjs RSC framework with SSR + HMR with the react-server-dom-diy package and @vite_js 6.0.0-alpha.1 in 1646 lines of code with only 1047 being actual "framework" stuff. The remaining 599 are Vite plugins to allow `vite dev` and `vite build --all` to be the CLI.
Astro 4.7 is here to raise the bar!
... The Astro dev toolbar, that is. We've made it easier than ever to build toolbar apps through several API improvements, new helpers and more.
astro.build/blog/astro-470/
If you visit coinbase.com you're now using a server-rendered platform powered by @vite_js!
🚚 ~200kb module reduction
⚡️ 2x faster local + CI builds
👨💻 Instant reloads for engineers
📦 Enabling ESM very soon
We're now working on rolling Vite out to all of @coinbase
The @vite_js Environment API is super exciting. It unlocks so many new use cases, but close to my heart is that it'll let @remix_run get back to being "just a Vite plugin" since plugins can co-ordinate multiple builds when invoked via `vite build --all`.
github.com/vitejs/vite/discu…
Vue DevTools Next v7.1 is out 🎉
- 👼 Friendly support with Laravel + Vite
- 💡 New Components/Pinia/Router Panel
- 🔧 Components Applet (Preparing for integrating it into Nuxt DevTools)
github.com/vuejs/devtools-ne…
💖 New blog post! Let's Forward the Sponsorship to our dependencies!
TL;DR: I created an Open Collective account, where I will forward 100% of the funds to the ecosystem and make sure they get supported as well! Direct link in comment
antfu.me/posts/sponsorship-f…
Oh hey @analogjs 👋🏼
Welcome to @CloudflareDev's C3 collection!
You can now create and deploy Angular full-stack apps with Analog.js with a single command:
```
npm create cloudflare@latest -- --framework=analog
```
Thank you for your support @brandontroberts 🧡
Vite's stable! Analytics & Consent in 10 lines of code! SEO overhaul! Full page caching! Zero-config SSL tunnels for Customer Account API!
The Storefront DX polish happening this year is 🤯.
New: `npm create @shopify/hydrogen@latest`
Upgrade: `h2 upgrade && h2 setup vite`
The latest Hydrogen updates just dropped. Here are the headlines:
An improved Shopify Analytics DX. This includes built-in support for our Customer Privacy API. The new useAnalytics hook can also subscribe to events and fire them off to your third party integrations.
Vite support is now stable. Leverage 10x faster hot module replacement and a large ecosystem of Vite plugins.
Full page caching with Oxygen. Load static pages (like blog posts, store locators, and "About Us" pages) in mere milliseconds.
New Customer Account API tooling. Use a built-in client to interact with the Customer Account API and enjoy automatic SSL tunneling in the Hydrogen CLI.
Read up on these updates and more at hydrogen.shopify.dev/update/….
That's amazing! Thank you!
The blog post series seems excellent! Looking forward to it
We have plans to use Vite on @meteorjs. We have a community package (github.com/JorgenVatle/meteo…) that is usable, but we want it to be part of the framework
Introducing the new official Vitest VS Code extension!
Starting with version 0.6.0, the VS Code extension now supports:
- instant feedback
- .each test declaration
- test tree view
- coverage reporting
- better debugging support
- improved performance
vitest.dev/vscode