Vuejs.amsterdam 2026: Key Takeaways from day One
12 Mar 2026An intense and inspiring two days at Vuejs.amsterdam. Great venue and awesome people in the midst of Amsterdam! Here are the top insights from the leading voices from day one.
🚀 Core Vue & Nuxt Evolution
-
Eduardo San Martin Morote creator of Vue Router, Pinia.
You should really look into File-Based Routing: in Vue Router which I haven’t used yet. Eduardo introduced Type-Safe URL/Paths 💯. -
Guillaume Chau introduced rstore.
Powerful alternative for Pinia with quite a lot of transport protocols already implemented WS and offline-first. -
Reza Baar emphasized “Thinking in Signals.”
Pro tip: UseshallowRef()for large data lists to optimize reactivity. -
Daniel Roe leading Nuxt.
Me and Daniel have in common having climbed the “mountain” Arthur’s Seat. -
Julien Huang stop making these mistakes in vue.js and Nuxt.
Issues could be Hydration mismatch or CLS (Cumulative Layout Shift).
🤖 The Rise of AI in Vue
-
Elise Patrikainen hosting the Paris vue.js meetup.
Showed how to build an MCP Sever for Vue using the Anthropic SDK, bridging the gap between LLMs and your local code.new McpServer() -
Rijk van Zanten Dutch in Brooklyn, NYC.
Talked about Agentic AI and building a Todo App where the AI agent interacts directly with Pinia, either showing the UI or communicating directly with the backend. -
Jeroen de Kruijf Identity Specialist working for auth0.
talked about HITL (Human in the Loop) framework for Trustworthy AI. -
Pooya Parsa creator of Nitro, h3, and unJS.
Pooya pushed the boundaries of the web by demonstrating an entire operating system built in the browser.