NBAreact icon indicating copy to clipboard operation
NBAreact copied to clipboard

Cleanup code

Open jbkuczma opened this issue 7 years ago • 0 comments

Title says it all. Ex:

  • Move similar styles into a common/styles.js file
  • Break up large components into smaller ones
  • Create stateless components when appropriate
  • Bind functions with functionName = () => {}
  • Remove props in class extends Component<Props>

jbkuczma avatar Sep 25 '18 11:09 jbkuczma