Making conditional sections of markup in React is usually achieved by breaking into code blocks with ternaries or logical operators. That can make a...
Validating and parsing short dates can be a problem when you're not sure if they'll come in D/M/Y or M/D/Y order. I made a basic utility to verify...