Skip to content

Conversation

@taneba
Copy link
Owner

@taneba taneba commented Apr 6, 2022

This is an implementation example of ErrorBoundary with Suspense.
IMO using ErrorBoundary with Suspense doesn't make sense because

  • Component inside of the ErrorBoundary and Suspense should know the parent component's implementation, which is really bad design.
  • During development, we'll see a lot of red errors on the browser or console, which is not good DX.

related #334

Base automatically changed from core/react-18 to main May 12, 2022 17:17
@taneba taneba added the pending label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants