DEV Community

Discussion on: Practical data fetching with React Suspense that you can use today

Collapse
 
siddiqnx profile image
Siddiq Nx

Hi Andrei, nice article! I'm new to react and I just have some questions. You use this in production which means you are using the react concurrent mode, right?

Did you come across any compatibility or any other issues in production? Does your package use-async-resource need react concurrent mode? Can I use your use the package for my project safely?

Collapse
 
andreiduca profile image
Andrei

Hi Siddiq. As explained in the article, the use-async-resource package is working with current versions of React, without concurrent mode.