ADRs tagged "front-end"
5 deciders
javascript, front-end, performance
Decided on
Loading JavaScript as deferred has the best default performance
4 deciders
javascript, front-end, performance
Decided on
Loading JavaScript as async & deferred has the best default performance
Use JavaScript strict mode
accepted
4 deciders
front-end, javascript
Decided on
Opt in to settings that raise errors for problematic code.
5 deciders
front-end, css
Decided on
Organizing CSS within projects the same way Drupal organizes its CSS establishes a consistent pattern.
9 deciders
javascript, front-end, back-end, developer-experience
Decided on
Strictly typed languages like TypeScript avoid unexpected behavior, prevent bugs, and improve code maintainability.
Use CSS Logical Properties
accepted
5 deciders
front-end, css, multilingual
Decided on
Decoupling styles from a language's writing direction makes them easier to maintain across translations.