Loading video...
Video Failed to Load
❌ Avoid multiple state variables to track status. ✅ Instead use enums.
152,253 views • 1 year ago •via X (Twitter)
8 Comments

Help your IT team cut through 'Are you down?' clutter with StatusCast’s Audience Specific Status Pages. Tailor your status page to each user's role and needs for effective incident communication.

Even better to use a union string

George, I definitely need to try your implementation. Because this can't be life. I apologize for my code below🤦♂️:

Holy crap don’t do this. Why enums if you can you a string literal lol

Nice, but what’s the error.message?

If it is only possible to have one of the states at a time, then it is a way to go 👌 It's also much easier to work with a single state than with all those boolean logic conditions mixed into the component.

It's not enum

It only records status, how do you save the value of error message?
