DorinR / KindleNoteViewer

A better UI for viewing Kindle notes
lireddit.dorinr.vercel.app
1 stars 0 forks source link

Add caching #33

Open DorinR opened 3 years ago

DorinR commented 3 years ago

The typical user flow is:

  1. Click a book
  2. Exit and click on another book
  3. Maybe come back to the first book (at this point, we would like it to be cached, so that we don't have to fetch the data from Postgres. We can get it much faster from RAM (Redis))