Using switch in React JSX

Опубликовано: 04 Сентябрь 2022
на канале: Dev Leonardo
2,096
58

In case you have a state that can have multiple values, an enum for some literals, for example, you might want to use a switch statement but you can't inside the jsx part of your code. Well, actually you can with the IIFE, or Immediately Invoked Function Expression.

_______________________________
Hit like and subscribe for more content! :D

You can also follow me on the other platforms:
Twitter:   / balastrong  
TikTok:   / balastrong  
Instagram:   / devbalastrong  
dev.to: https://dev.to/balastrong
GitHub: https://github.com/Balastrong
_______________________________