Luca Lusso Modernizing Drupal 10 Theme Development -
buttons.forEach((button) => button.addEventListener('click', (e) => handleLoadMore(e, button); ); );
This is where the "Modernizing" happens. Instead of jQuery.ajax() , we use the native fetch API and Drupal.behaviors . luca lusso modernizing drupal 10 theme development