vitext icon indicating copy to clipboard operation
vitext copied to clipboard

Data prefetch for SSR

Open Leechael opened this issue 4 years ago • 1 comments

As we discuss at Twitter, protential solution include Jotai & react-query.

For Jotai, we can use initialValues: https://github.com/pmndrs/jotai/issues/340

For react-query, we can use QueryClient.prefetch / QueryClient.setQueryData, but it's a bit complicants & depends on the scenario.

Leechael avatar Aug 10 '21 02:08 Leechael

Thank you, @Leechael! I'll consider this!

Aslemammad avatar Aug 10 '21 05:08 Aslemammad