Replies: 4 comments 4 replies
-
I use Next.js, but I ended up fully exporting it as a static site and only relying on client side rendering. Before I switched to pure client-side I was struggling with how to share the same data-fetching code (e.g. |
Beta Was this translation helpful? Give feedback.
-
Personally speaking I often use Next.js as replacement of
I don't think there are blockers in using ReactFire with Next.js, the only issue is with server side In my personal app (not sharable sorry since is an admin dashboard) I had to paginate data by myself using Great library and I like how fast you support people. Thanks. |
Beta Was this translation helpful? Give feedback.
-
any recent changes that may make reactfire usage on server side easier? |
Beta Was this translation helpful? Give feedback.
-
Ive had some internal setup to make prefetching and passing in server fetched data to reactfire hooks on some of my projects a bit easier. |
Beta Was this translation helpful? Give feedback.
-
Hey there Next developers! We'd love to hear about how you use ReactFire with Next. In particular, we'd like to know:
In addition, if you have built something with ReactFire + Next.js and are open to sharing a link to your project (the site itself and/or any open source code), we'd like to see that too!
Beta Was this translation helpful? Give feedback.
All reactions