Go to content

Eduardo San Martin Morote: Stop writing your own routes

🎀 Speaker: Eduardo San Martin Morote πŸ“— Description: The more you keep working on an application, the more complicated its routing becomes, and the easier it is to make a mistake. "Was the route named users or was it user?", "Did it have an `id` param or was it `userId`?". If only TypeScript could tell you what are the possible names and params. If only you didnt have to write a single route anymore and let a plugin do it for you. It is time to explore all of this: use your files and folders to define your routing and benefit from `name`, `path`, and `params` autocompletion in your code, forget about writing a route again with the new Vue Router 4.1. πŸ‘‰ More: https://conf.vuejs.de/talks/stop-writing-your-own-routes/ πŸ’š About vuejs.de Conf: The vuejs.de Conf is proudly organized by the vuejs.de Team + friends from the frontend community. It's our mission to bring the german and european vue communities together. ⬇️ Links: Website: https://conf.vuejs.de Twitter: https://twitter.com/vue_js_de 🏷️ Tags: #vuejs #vuejsdeconf2022

October 5, 2022