Common Mistakes in Conditional Rendering
https://youtu.be/Rr5AqASIyxw
TL;DR
When using 0 in JSX, although it's falsy, it still gets rendered.
Official documentation specifically warns to be careful
Logical AND operator (&&)
Be especially mindful of the usage of the number 0 when using...
jason60810.hashnode.dev1 min read