React- getting down to the basics.
What are the features of React?
JSX : Javascript Syntax Extention, it basically allows us to write HTML code with logic, in the same file.
Components: repetitive components can be converted into a single template of a component, and can be used mul...
aaronr2020.hashnode.dev2 min read