JSX Limitations and Workarounds
In React we're working with JSX.
JSX is that code you return in your Components which in the end will be rendered to the Real Dom By React. That what JSX is and we use it all the time. BUT jsx has certain limitations , specifically there is one limit...
omarsaade.hashnode.dev2 min read