Marxism-Fennekinism@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoFrontend vs backendlemmy.mlimagemessage-square117fedilinkarrow-up11.25Karrow-down114
arrow-up11.23Karrow-down1imageFrontend vs backendlemmy.mlMarxism-Fennekinism@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square117fedilink
minus-squareMatriks404@lemmy.worldlinkfedilinkEnglisharrow-up10·edit-21 year agoAfter some time toying with CSS I have decided to fuck it and whenever I need to make a website I will just either: Make a plain website with no virtually no styling. Use bootstrap or some other shit.
minus-squareElectricCattleman@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoI used to like bootstrap. Still do. But it has some faults… Depending on your needs you’re loading a lot of CSS you aren’t using. Bootstrap 5.3 is 59kb before gzip. 6700 lines of code. That’s a lot to just apply some simple styles. There are a ton of lighter weight alternatives nowadays.
After some time toying with CSS I have decided to fuck it and whenever I need to make a website I will just either:
I used to like bootstrap. Still do. But it has some faults… Depending on your needs you’re loading a lot of CSS you aren’t using.
Bootstrap 5.3 is 59kb before gzip. 6700 lines of code. That’s a lot to just apply some simple styles.
There are a ton of lighter weight alternatives nowadays.