emulsify
emulsify copied to clipboard
Separate out Drupal.behaviors
Drupal.behaviors
is still the recommended approach for writing JavaScript in Drupal. We would rather commit to writing ES6 JavaScript following best practice conventions (regardless of system), so we discussed separating out the behaviors object and passing our scripts into it when necessary.