DEV Community

Discussion on: Dark Mode in React using Hooks

Collapse
 
rohit1508 profile image
Rohit kumar singh

Thanks Greg, we can avoid the ternary.
But suppose a case if we didn't get theme from browser's localStorage, then it will throw undefined and assigned to isDark, but yes we can handle that later. To make the article more understandable I made it like that, so I will convey the code more clearly.