Building a JavaScript "Runtime" for AJAX Navigation and Traditional Page Loads
Lee Timmins
4th Mar 2026
Comments
In my previous post we discussed how to build your own AJAX navigation library.
One limitation we identified was that the implementation was tightly coupled to petite-vue, while not all of my projects will use AJAX navigation. To address this, we should extract the shared functionality into a separate library.