Marius Vatasoiu
banner
mariusvatasoiu.com
Marius Vatasoiu
@mariusvatasoiu.com
Staff Engineer @ ING. Playing with Web Components & Deno.

Creator of @limette.dev.

mariusvatasoiu.com · social.cards · devs.lol · limette.dev
Congratulations!
November 10, 2025 at 7:55 PM
👀
October 15, 2025 at 8:49 AM
any ETA for vite 8?
September 24, 2025 at 12:05 PM
I was thinking if Justin's proposal shouldn't be updated with those changes.

I saw Jake's post about "well documented" proposals being considered for Interop and right now, we kinda have two proposals.
September 5, 2025 at 2:50 PM
Should the proposal be updated with the changes made by the Safari team this year? 🤔
September 5, 2025 at 2:17 PM
Does it apply to the browser mode too?
August 27, 2025 at 7:04 PM
Good to know. That's one of the reasons I chose Vite over other options (even though Rspack is actively developed, Vite felt more mature).

Regarding Vitest, I'm not sure how it works with helpers from @open-wc/testing. Any experience here?
August 21, 2025 at 9:56 AM
Vitest would be the right choice having Vite already, but for a Lit app @web/test-runner looks better.
Plus, we already use test-runner for the web comp library.

There is a plugin for Vite with @web/test-runner, but tha's also a risk on the long term.
August 21, 2025 at 9:10 AM
I don't think the history API will get any more updates, but the Navigation API will solve most of the problems.
July 25, 2025 at 6:41 PM
So far, I managed to progress by using the generateBundle hook. I'm searching the entry for index.html, then the entries for my list of files that I know are injected at runtime and I do a simple source.replace('foo/app.js', item.fileName).
July 23, 2025 at 3:47 PM