reactpy
reactpy copied to clipboard
Create equivalent to ReactJS error boundaries
Current Situation
We currently don't have a good equivalent of ReactJS error boundaries.
Proposed Actions
Create some method of scoping errors.
My suggestion is this can be done via either an error=... or fallback=... parameter on the @component decorator.
See this discussion for more details.