Jacob @ebey.dev · Jun 2

Ok, explored "use cache" today and even though I'm still skeptical, it actually feels like a really nice application abstraction. Slow data that's shared across views / requests? "use cache". Components that render a lot of stuff and you want to reduce resource utilization? "use cache".

10 likes 1 replies

?

Replies

Jacob · Jun 2

@owoce.bsky.social I think you were doing some work around this. I ended up implementing it as a simple babel transform and ended up using a combo of "/client" and "/server" APIs. Curious if you know of something more official in the pipeline that might be good to look at.