issues
search
OmniLayer
/
omniexplorer
Block Explorer for Omni Protocol
Other
51
stars
51
forks
source link
#refactoring declarative error handling
#277
Closed
germanf
closed
5 years ago
germanf
commented
5 years ago
Changes
refactoring declarative global error handling with
ErrorBoundary
Component
removed imperative error handling from sagas, reducers, actions, constants & test files
added onError handler to sagaMiddleware, it's in charge of catch errors in saga cycles and propagation of them to
ErrorBoundary
global catch error for request & client side errors
wrap & throwing of API error responses to JS
Error
added app root directory to WebPack aliases to automatic resolve file paths in root
clean code
Changes
refactoring declarative global error handling with
ErrorBoundary
ComponentErrorBoundary
Error