Aslemammad / vitext

The Next.js like React framework for better User & Developer experience!
MIT License
388 stars 6 forks source link

Data prefetch for SSR #12

Open Leechael opened 2 years ago

Leechael commented 2 years ago

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.

Aslemammad commented 2 years ago

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