mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Learned about the :target CSS selector, which can be used to replace content depending on the current URL hash. This allows making a sort of single page app without JavaScript. Currently experimenting with returning all the pages in a single request, then switching between them with :target. Seems to be working quite well so far.