Hi all, I hope this is not off-topic here.
Do you have recommendations for JS library to use together with Django templates? I am used to jQuery but I feel like its days are past it. Vanilla JS is fine but for more complex tasks I would like to use library.
I dont want something like React or Vue and to build entire front-end using JS. Just smaller tasks like submitting forms with AJAX, drag-and-drop tables, toast notifications etc.
Thanks!