Hacker News new | ask | show | jobs
by skohan 2538 days ago
Very snappy site, nice work!

What front-end technologies did you use to build it?

I guess you're synching data to local storage and then querying it to get those quick page loads?

1 comments

Its a vue.js site that I host statically on Netlify, with django backend on heroku that pulls all the data. The trick to get things to load quickly is caching the data on https://www.keycdn.com/ (with the right headers you can set it up that the CDN queries the slow pages in the background and serves the cached ones meanwhile to keep things near real-time). I might do a writeup about that it took me a while to figure out.
I would happily read such a write-up.