Coding standards Never use console.log directly, always use logger Never import named functions from React, always use React.useState instead of just useState directly