@Chrismarcel
Nothing here yet.
Nothing here yet.
No blogs yet.
Think of having a component definition const OuterDefinition = () = > { // You then have another definition inside it as thus const InnerDefintion = () = > { // Rest of inner component definitio return ... } // Rest of outer component definition return ... } Tried formatting it with spaces but it seems Hashnode doesn't preserve whitespaces