This site runs best with JavaScript enabled.

A Journey into Vue-Router


Evergreen
šŸŒ³
Last tended Jan 16, 2020
Illustrated Notes
Web Development

A box with green vue roads coming out of it

I haven't explored the

framework much but it's got a thriving community, and I wanted to see how it compared to React, Svelte, and the 20 other font-end framework options.

I got to see inside the Vue-machine a little while working through

's
egghead course
on how to set up routes between Vue pages and components.

I made a few illustrated notes on the main concepts

Journey with Vue Router
To setup, install and import vue router, create an empty array of routes, and pass that array into a new router function
When making new routes, each one needs a path and a component. We can also pass parameters to our routes
The wild card path acts as a cacthall for unknown routes

If you're a Vue person and want to dive into this more, you can check out Laurie's course here...

Shareable Custom Hooks in React

Want more illustrated notes on web development?

Take a look at

,
Immutable Data with Immer and Personal Assistant Bots
, or
What the Fork is xState?

Want to share?

Join the newsletter

For weekly notes on visual thinking, ethical technology, and cultural anthropology.

Maggie Appleton Ā© 2021