Single Responsibility Principle (SRP). Content: A component should have only one reason to change, meaning it should have only one job. Should: Try splitting code into smaller component to easy to control and debug. Shouldn't: Combine display logic, ...
Where I share my knowledge with everyone. Hope this blog will give you what you need.