invariant
Use runtime `invariant(...)` assertions instead of type-only assertions (`!`, `as`) for nullable values, and pass nullable values directly when they are falsy.
193 days ago
css_general
General guidelines for writing CSS, structuring stylesheets, and scoping styles to components.
193 days ago
react_dynamic-styling
Standardized process for working with dynamic styling in react, specifically how to pass react variables to css and use them inside css files.
193 days ago
css_naming-conventions
Guidelines for naming CSS classnames using BEM methodology in React components.
193 days ago