8
fyzrn
7y

Got an idea that needed prototyping, remembered that people always said Bootstrap is a good UI framework for quick prototyping. Had a doubt though, as the last time I checked Bootstrap sucks.

I ended up wasting hours to make it work with webpack. Turned out it still sucks.

The most irritating thing was they tell people to install the latest beta, or even alpha version on their website, not the stable one. Who the fuck would do that?

When you do the bare `npm install bootstrap`, it will install the latest stable version, but the docs page defaults to the... guess what, the latest beta version. I wasted nearly an hour just to figure out why the styles weren't working like the examples in the docs.

Comments
  • 1
    Material ui might be a good option?
  • 3
    Materializecss is actually very good, I'm used to use some custom prototype i made to change theme and some things
  • 1
    @Hedgepig @Jakuho thanks for the suggestion guys! Will try it once I got home 😁
Add Comment