Open utterances-bot opened 1 year ago
In React, when you want don’t want a component to render based on some condition, you might reach for short-circuiting to achieve the same.
https://www.amitmerchant.com/how-to-stop-a-react-component-from-rendering/
No, don't do this.
NEVER do this and never delete comments under your articles cuz this is garbage article
@Kepro Okay. I won't. Keep bashing. 👍
How to stop a React component from rendering — Amit Merchant — A blog on PHP, JavaScript, and more
In React, when you want don’t want a component to render based on some condition, you might reach for short-circuiting to achieve the same.
https://www.amitmerchant.com/how-to-stop-a-react-component-from-rendering/