-
Create Maintainable Minimal Web APIs
Last updated: Tuesday, April 19, 2022
Published in: CODE Magazine: 2022 - May/June
Paul shows you the benefits of a Router class to maintain minimal Web APIs.
-
Routing in Vue3: Navigating the Options
Last updated: Wednesday, December 23, 2020
Published in: CODE Magazine: 2021 - January/February
Shawn Wildermuth demonstrates how to use Vue Routing in a single page application. This article also explores RouterView, RouterLinks, Route Parameters ($route), Matching Routes (pathMatch), Nested Routes , and Routing Guards.