thisdot / open-source

Repository for open source packages
MIT License
34 stars 11 forks source link

Server caching library #138

Closed danecando closed 6 days ago

danecando commented 1 year ago

Something similar to / based on https://github.com/kentcdodds/kentcdodds.com/blob/f46a387894db3569dca74ad30d7e4900c1a62a19/app/utils/cache.server.ts#L54

See: https://kentcdodds.com/blog/how-i-built-a-modern-website-in-2021#caching-with-redislru

In my head its react-query for the server. Just a simple way to cache expensive operations