Visual Studio Code – Difference between "react page" naming rule and "react component" naming rule
i was going through a video tutorial on youtube [react web application]... that person in the video was writing file name in small-case "signin.js" [first letter]... component name in small case [first letter] import React from 'react' const signin =…