react hooks that always run code example
Example 1: react use effect
useEffect(() => {
},[]);
Example 2: React Hook "useEffect" is called in function
React component names need to start with a capital letter.
That's because React treats components starting with lowercase letters as DOM tags.
Therefore you should name it "Shoes"