ブックマーク / antongunnarsson.com (1)

  • React component code smells

    🌿 This post is still growing and might be updated.A growing collection of code smells in React components. The smells 💩Too many propsIncompatible propsCopying props into stateReturning JSX from functionsMultiple booleans for stateToo many useState in a componentLarge useEffect Too many propsPassing too many props into a single component may be a sign that the component should be split up. How ma

    lm0x
    lm0x 2020/11/12
  • 1