The @AnalogJS 1.7 release is out!
🔥 Server awareness for HttpClient requests
🔥 Access to shared page, content, and API routes
🔥 Filesystem routing available to any @Angular app
New Video!
Vite 5.4 is out ⚡️
If you're using Sass, the new "modern" and "modern-compiler" APIs will give your apps a performance boost!
We'll be kicking off the next major beta with Environment API soon. If you're building on top of vite, get involved 🛠️
github.com/vitejs/vite/blob/…
The faster you can try things out, the faster you can think. Vitale builds on @vite_js to give you a sandbox for experiments, right in @code. Write a React component, visualize an algorithm, or experiment with the new GitHub Models marketplace.
githubnext.com/projects/vita…
Some Vite project's slow build might have to do with heavy Sass usage.
@hiroshi_18181 is working on Sass-embedded and modern API support in Vite which can speed up Sass compilation by up to 8x.
github.com/vitejs/vite/pull/…
Vite 5.4.0-beta.1 is out! The final final minor for Vite 5 as promised ✋
Try out the new sass "modern" and "modern-compiler" APIs for faster sass compilation time, and many bug fixes prepping for the next major ⚡️
github.com/vitejs/vite/blob/…
We're excited to announce that @evanyou will be doing a thrilling keynote at ViteConf 24 on October 3! ⚡️
Last year, Evan You unveiled @rolldown_rs, a Rollup-compatible Rust bundler designed for Vite. You don't want to miss his talk this year! 🙌
Grab your free ticket now!
You can now fully customise icons in UnoCSS and Unplugin Icons!
It can be done by using new improved "customize" function in "customizations" option.
You can change colors in icons with hardcoded colors, opacity, add shapes...
See iconify.design/news/2024.htm… for details.
Link also includes 2 config samples that show how it works in UnoCSS. Usage in Unplugin Icons is almost identical.
Additionally, this update fixes "scale" option so it no longer breaks aspect ratio for non-square icons, "cwd" option can be an array to search multiple directories, which is useful in monorepos.
Some Vite project's slow build might have to do with heavy Sass usage.
@hiroshi_18181 is working on Sass-embedded and modern API support in Vite which can speed up Sass compilation by up to 8x.
github.com/vitejs/vite/pull/…
@storybookjs ♥️ @vitest_dev
Here's a sneak peak on the Vitest integration, which seems to be quite promising so far:
- See your stories in the Vitest VSCode extension
- Run tests inline directly in the file
- Inline errors for easy understanding and fixing them!
In the latest VS Code extension of @Slidevjs, we get proper IntelliSense support for the frontmatter and better syntax highlights! ✨
Huge thanks to @johnsoncodehk's awesome work on Volar made the integration so easy, and @_kermanx_ for making Slidev so much better! 💖
My talk from @dotJS is now up!
Thanks to @vite_js, the lines between libraries and frameworks are blurring. So much so that some frameworks might not even call themselves frameworks anymore.
youtube.com/watch?v=WXV_MZKf…
Astro 4.12 is out now with experimental Server Islands, our new approach to highly cacheable pages with dynamic, personalized content in islands. It's fast. Really fast.