suspensive icon indicating copy to clipboard operation
suspensive copied to clipboard

[Feature]: Consider use cases with React 19 use

Open manudeli opened this issue 1 year ago • 0 comments

Package Scope

@suspensive/cache

Description

@SEOKKAMONI

Below is mind code

const Example = async () => {
  const cached = use(userCache({ userId: 1 }))
  const cached = userCache({ userId: 1 }).read()
}

Possible Solution

No response

etc.

No response

manudeli avatar Jul 18 '24 06:07 manudeli