Spa Glossary

Browse 4 spa terms defined in plain English, from the cultural dictionary of computing.

4 Spa Terms

Route Guard
A hook in a client-side router (notably Angular's CanActivate, CanDeactivate interfaces) that runs before a navigation completes, allowing the application to...
Router
In networking, a device that forwards packets between networks by examining destination IP addresses and consulting a routing table. In web development, a...
Turbo
A JavaScript framework from the Hotwire suite (by 37signals) that gives server-rendered HTML applications SPA-like speed by intercepting link clicks and form...
Vue Router
The official routing library for Vue.js that maps URL paths to Vue components, supporting nested routes, dynamic route parameters, navigation guards, lazy...

Related Topics