⚡️ Join @MaximoMussini to learn how @vite_js can improve your development workflow, how to use it in Ruby web applications, and how it compares to other tools that are available in @rails!
❤️ youtu.be/SpeKA9fA6gg
ALT Frontend Joy in Ruby on Rails: optimizing your development experience with Vite, Maximo Mussini, ViteConf
In case any of you are site build nerds (like me), here's how we built Zero to Nix:
🏝 Static site generation courtesy of the @ilesjs framework, which is based on @vite_js and @vuejs
🍰 @mdx_js components via @vuejs
🎨 CSS via @tailwindcsszero-to-nix.com
⚡️ Vite 4 is out!
From all of us on the Vite team, thanks a lot to everyone that contributed to Core, pushed improvements from your frameworks upstream, expanded the ever-growing plugin ecosystem, and triaged, tested, or helped others in our community 💜
vitejs.dev/blog/announcing-v…
So excited to be a part of ViteConf this year! 😃
If you've heard of @vite_js but haven't gotten around to trying it yet, this talk has got you covered!
#vite#ruby#rails
❤️ We're happy to announce @MaximoMussini, creator of vite-ruby.netlify.app/, as ViteConf's next speaker! Join Maximo as he explains how to bringing joy to your @rails experience with @vite_js!
Join chat.vitejs.dev on Oct 11th to chat with Maximo and other speakers! 🙌
Now supporting @iles!
îles provides a great module API on top of Vite, so this was a breeze to build. Also no wizardry was required to make 0kb client js happen 😌🏖️
Docs here: vue-schema-org.netlify.app/g…
Really nice!
Would you be interested in a PR that adds instructions to add it in @ilesjs?
Should be very similar to the way it's setup in Vitepress.
vue-schema-org.netlify.app/g…
React is not a great choice for islands due to its large bundle size.
If you want to add support (hydration and prerender packages), PRs are welcome, it should be very similar to the @preactjs support.
Still, I'd encourage you to try `preact/compat`.
iles-docs.netlify.app/guide/…
You can use @preactjs with `preact/compat`, which works great even for large and complex components such as @docsearch_.
So in a sense, you can already write and use React islands, while shipping a much smaller bundle.