You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use Reactfire with the current production version of react? From the documentation, it is clear the intended use of Reactfire is Concurrent mode. However, it feels like the main feature that is used from Concurrent mode is the <Suspense> component for data fetching.
When going through the React documentation for Concurrent mode, I found a feature comparison of the different modes here where it shows that<Suspense> is also supported in legacy mode. When clicking on the link, it even browses towards the <Suspense> documentation for data fetching: https://reactjs.org/docs/concurrent-mode-adoption.html#feature-comparison.
Thanks for clarifying if we can only use Reactfire in Concurrent mode or if it will also work in the current production version of React.