I heard Drupal 10 will no longer support jQuery out-of-the-box.
Is there a way to keep jQuery functionality in Drupal 10?
My guess would be that adding jQuery to a module’s composer.json
file would allow jQuery code to continue to function.
I know this is not best practice, but large sites might need additional time to transition away from jQuery.