All Projects â†’ jesstelford â†’ React Bsod

jesstelford / React Bsod

🔵 A Blue Screen Of Death (bsod) component to display your errors.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Bsod

Beauty
A microframework based on mymysql,net/http,jwt-go and mux.
Stars: ✭ 61 (-80.26%)
Mutual labels:  error-handler
merr
wrap golang error to make it easy to debug
Stars: ✭ 17 (-94.5%)
Mutual labels:  error-handler
strong-error-handler
Error handler for use in development (debug) and production environments.
Stars: ✭ 36 (-88.35%)
Mutual labels:  error-handler
Sentry Php
The official PHP SDK for Sentry (sentry.io)
Stars: ✭ 1,591 (+414.89%)
Mutual labels:  error-handler
Emperror
The Emperor takes care of all errors personally
Stars: ✭ 201 (-34.95%)
Mutual labels:  error-handler
koa-better-error-handler
A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)
Stars: ✭ 51 (-83.5%)
Mutual labels:  error-handler
Rollbar Android
Rollbar for Android
Stars: ✭ 41 (-86.73%)
Mutual labels:  error-handler
error
Makes handling and debugging PHP errors suck less
Stars: ✭ 17 (-94.5%)
Mutual labels:  error-handler
backtrace-unity
First-class error reporting for the Unity game engine.
Stars: ✭ 99 (-67.96%)
Mutual labels:  error-handler
ErrorHeroModule
💎 A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
Stars: ✭ 47 (-84.79%)
Mutual labels:  error-handler
Raygun4js
JavaScript provider for Raygun
Stars: ✭ 124 (-59.87%)
Mutual labels:  error-handler
Swift Error Handler
Error handling library for Swift
Stars: ✭ 172 (-44.34%)
Mutual labels:  error-handler
ErrorControlSystem
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
Stars: ✭ 30 (-90.29%)
Mutual labels:  error-handler
Wps
WordPress plugin for whoops error handler.
Stars: ✭ 108 (-65.05%)
Mutual labels:  error-handler
laravel-error-handler
Laravel 5.2/5.3 package for better exception handling.
Stars: ✭ 15 (-95.15%)
Mutual labels:  error-handler
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-84.47%)
Mutual labels:  error-handler
auto-async-wrap
automatic async middleware wrapper for expressjs errorhandler.
Stars: ✭ 21 (-93.2%)
Mutual labels:  error-handler
json-error
Error handler for pure-JSON apps
Stars: ✭ 84 (-72.82%)
Mutual labels:  error-handler
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (-58.25%)
Mutual labels:  error-handler
ouch
âš“ Cool errors for PHP nerds âš“
Stars: ✭ 23 (-92.56%)
Mutual labels:  error-handler

react-bsod

react-bsod (aka blue screen of death) renders an error in this old-school format:

blue screen of death

This is a drop-in replacement for redbox-react

Usage

npm install --save-dev react-bsod
import BSOD from 'react-bsod'

const e = new Error('boom')
const bsod = <BSOD error={e} />

See the redbox-react documentation for a more detailed explanation of usage.

Note: All props are passed through to redbox-react except style, which is replaced internally

Contributing

This is an open open source project; please send your PRs / issues / comments via GitHub. If your contributions are of high quality, I will grant you commit access to the repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].