Hash Routing - rvdegroen/notes GitHub Wiki

Table of Contents

What is hash routing?

The has router is a "routing" system for a SPA (client-side single page application). This lets you navigate within your app, without a server-side aka back-end.

The hash gets used so you don't have to make a new request to the server. This means that the page can be updated, without it needed to be reloaded.

I made a sketch to make this idea more clear:

/images/hash.png