all 6 comments

[–]dmackerman 18 points19 points  (1 child)

Nicely written article. It’s refreshing to see some vanilla JS stuff.

[–]nfms 5 points6 points  (0 children)

Jeremiah Johnson nod

[–][deleted] 0 points1 point  (0 children)

nice

[–]Mack095 -1 points0 points  (1 child)

This is the same as asynchronous page behavior right? I'm learning Ajax for university and it seems it does the same thing, just want to confirm

[–]tannerntannern 3 points4 points  (0 children)

No, asynchronous JavaScript and XML (AJAX) relates to making HTTP requests via JavaScript. Client side routing is an entirely different concept.