Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Best way to practice Reply To: Best way to practice

#176827
nixnerd
Participant

bootstrap is just crazy overkill and bloat.

True story.

It’s like putting jQuery on your page because you need to find a DOM element by its id

Admittedly, I’ve done this. BUT… I needed to use jQuery for some other tool I didn’t write and didn’t want to re-write. So, I figured in that situation, the most lightweight thing to do would probably be to opt for less code. I feel like I did the sensible thing.