kossnocorp / react-guard

🦄 React Guard automagically catches exceptions from React components, extracts useful debug information and prevents White Screen of Death 👻
Other
96 stars 6 forks source link

question: state of this project #9

Open jburghardt opened 2 years ago

jburghardt commented 2 years ago

Just wanted to know if this project is still used somewhere in production or if its too old for newer react versions.

i have tested it on our code base with server side rendering and it works perfectly as far as i can see, and i have not found any other packages that catch errors server side.

kossnocorp commented 2 years ago

It uses a pretty evergreen approach, and it should be working as long as React's createElement works the same.

I moved to Preact myself, so I can't speak about using it in production. But when I developed it initially, we used it in a critical production project, and it worked flawlessly. It

jburghardt commented 2 years ago

thanks for the quick answer.

any plans on reviving this project, if it needs any reviving at all ? or are there any packages that will catch server side errors like this ?