Some Commonly used React Patterns?
These are some of the commonly used react patterns:
1.Element
Elements are anything inside angle brackets.
<div></div>
<App />
Components return elements.
2.Component
These are nothing but functions which return a React Element
function App(...
ksridhar.dev2 min read