The Myth You Should Know About && (Short Circuit Syntax) in JSX
While writing code in React, specifically in JSX, most of the junior developers (including me 😶), have a misconception regarding && syntax. Sometimes, this misconception leads to some unavoidable bugs.
The Misconception
Have a look at the following...
dev-notes.hashnode.dev3 min read