I have the following tree structure for my src directory in react app. I am using react-styled components and the flow is such that
SignIn folder has
Problem : Every time I make a small change like css button color change entire react app/page is getting reloaded. Is this wrong usage of styled-components or is this expected behaviour.