Mar 9, 2014

Bootstrap vs pure css

It’s an easy decision which to use in most cases. I don’t really see the two as being competitors. Bootstrap is a complete solution. It provides icons, styling, and a number of UI elements that require JavaScript (Alerts etc.). If you want to develop a complete solution based on a framework,
bootstrap
then Bootstrap is a great option. However I see the need for just a lightweight CSS library for providing nice styling for simple UI elements. Pure CSS does this. It is lightweight so will not add bloat to your application, but gives you a really nice basis to design your site on top of. Quite simply, I see Pure CSS as a library to provide a good basis for a UI, whereas Bootstrap is designed for the complete UX (User Experience). I would certainly recommend you try out Pure CSS. It is early in development too,
so you can recommend any changes to the guys behind the project, they are very helpful and listen. It is also Open Source so you can contribute and help fix any issues you find too! It seems a very exciting project, and could have a great future, so I would urge anyone that is interested to contribute, and join in the discussions, to help provide an excellent UI library built entirely in CSS.
Thankyou for Visit!

0 comments:

Post a Comment