React.JS Components: Functional & Class🧠
Components in the React framework are merely javascript functions & classes that accepts any arbitrary inputs, called props and returns an elements for the User Interface. The element returned by component, tells React what exactly to display on the ...
garyrmeade.hashnode.dev3 min read