Trying to Handle Circular Dependencies and Memoization in React using Suspense
In my React app, I have some components that have circular dependencies and use React.Suspense for data fetching, trying to implement memoization for these async operations….What can I do to manage state and avoid infinite loops?