react.rb
react.rb copied to clipboard
Exception handling
adds basic exception handler that handles exceptions during rendering and prints a meaningful error message. This has been an invaluable resource during our use of react.rb. Without this its much more difficult to track the source of the error.
This issue was moved to reactrb/reactrb#49