Skip to content

Best Practices

Ryan Johnson edited this page Aug 10, 2018 · 3 revisions

Best practices when building Helix React components.

Props

Each Prop has a Single Responsibility

  • Avoid overloading prop behavior
    • e.g., using an appearance prop to modify both size and type

Inspiration

Clone this wiki locally