jotaijs / jotai-apollo

Apollo graphql client integration for jotai :rocket: :ghost:
MIT License
50 stars 4 forks source link

Is it support nextjs ssr? #7

Open siamahnaf opened 1 year ago

siamahnaf commented 1 year ago

Suppose, I need to fetch data into ssr getServerSideProps in one page. I need to use that data into any component under this page without passing data as props. Please give a example project with nextjs ssr?

Aslemammad commented 1 year ago

@siamahnaf Hey, I haven't use this package for ssr, so contributions are welcome.