logo

Standards

Components are PascalCased

Use React Plugin for ESLint

useState only for dynamic data.

React : Best practices
Organizing Imports

Import usually are never added manually. Rather most the time you add them with your code editor without ever having to really think about them. As such usually it is not a good use to time and effort to put too much effort into organizing them. Many code editors have a way for you to fold your imports so you only see the first import.

Please Login or Register to comment