MagnoliaMayhem@programming.dev to Programming@programming.dev · 11 months agoIs jQuery still the go-to JS helper library?message-squaremessage-square38fedilinkarrow-up172arrow-down12file-text
arrow-up170arrow-down1message-squareIs jQuery still the go-to JS helper library?MagnoliaMayhem@programming.dev to Programming@programming.dev · 11 months agomessage-square38fedilinkfile-text
minus-squarerealharo@lemm.eelinkfedilinkarrow-up1·edit-211 months agoWell you don’t have to place it in a separate function, nothing stops you from inlining that part and writing li or whatever directly there. It’s up to you how you organize your components.
Well you don’t have to place it in a separate function, nothing stops you from inlining that part and writing
li
or whatever directly there.It’s up to you how you organize your components.