Open to new animation, mascot/characters, helpful links to resources … be creative!
And – practically every RedwoodJS dev will get to see your work at some point. How cool is that?
Reply here if you are interested and will be posting either a repo to contribute to or some other way to showcase your work so people can see and maybe vote for the page that becomes part of v1!
The create-react-app one is an npm module, and people are likely very familiar with it. So take that as the “main” UI component, then start thinking about what Redwood sugar we have.
So for me that is:
Above we show what Page was rendering, and offering quick jumps to here/discord
Below we include the request/responses made during the setup of your page
We could include known info for the currentUser too, though I think hat might be less useful
This is really good. I like the idea of being able to link to the forums/discord. I have also been sad just getting a redwood error in dev and having to open up the terminal or browse console to see what went wrong.
( I’ve included a copy of the files in this gist or this WIP PR )
I think providers like Apollo/Relay can also be error boundaries, but when they are they just attach additional context like request/response info to the error and continue to throw it up the render chain until it hits this root.