Things You Might Not Know About React Components
When working with React, we usually return a JSX from a component.
But apart from returning a JSX, we can also return a string or a number or an array from a
component?
So, all the following examples are valid in React.
Return a string From A Compon...
blog.yogeshchavan.dev2 min read
Ayodele Samuel Adebayo
Software Engineer & Customer Success Engineer at Hashnode
I never knew this. Thanks for sharing ๐