nkprasad12 / morcus-net

Source code for Morcus Latin Tools.
https://morcus.net
GNU General Public License v3.0
6 stars 3 forks source link

Consider allowing caching of index #280

Open nkprasad12 opened 9 months ago

nkprasad12 commented 9 months ago

In the previous world, we would have to wait for a full round trip to the server to begin rendering, evening the the index is up to date. If we can reload in javascript instead, we could begin rendering optimistically and only reload if the client hash is out of date.

Impact: