logo

Standards

Components are PascalCased

Use React Plugin for ESLint

useState only for dynamic data.

React : Best practices
Large props should not be HTML inline

To make your code simple and easy to understand. Large / complex props should be separated from your HTML code.

Please Login or Register to comment