Development

Bootstrap vs Bulma

Bootstrap and Bulma share so many similarities, both open sourced CSS frameworks. Both are fully responsive and obviously open source. Bulma was created by Jeremy Thomas as an alternative to Bootstrap. I see the key differences between the two coming down to these factors:

  1. Bootstrap has focus and heavy use of jQuery.
  2. Bulma is all about using no Javascript.
  3. Bootstrap has a big community and plenty of answers to your questions/problems.
  4. Bulma is about simplicity, less classes but still custom.
  5. Bulma is modular, choose and use what you need.

Now essentially Bulma is a cut down, simplified, Javascript free version of bootstrap, they do look very similar. The simplified standouts because Bootstrap is already very simple. With Bootstrap you can easily Google (stackoverflow) and find answers or ways to do certain things, with Bulma this may not always be the case. Bulma states its always up to date on the latest browser technologies and flexbox features.

An example of Bulmas simplicity is creating columns:

1
2

How easy is that?! But then again Bootstrap isn’t exactly rocket science to Bulma, it’s still pretty simple.

To choose between the two?

If you want a simplified, lightweight CSS framework that is up to date then Bulma is the go. Wanting to just roll through and get the job done? stick with Bootstrap, never fix something that aint broke.

If you want to try something different and refreshing then go ahead and try Bulma, everyday it’s getting more features and capabilities!

Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

1 year ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

1 year ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

2 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

2 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

2 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

2 years ago