Doubt on Framework

0

Good Devs!

I'm new to the area and I'm facing a question that literally comes out of my sleep ... What is the best (easiness x performance) framework to use today?

W3.CSS SCSS SASS Bootstrap

I've been reading some things on the internet that only added to my doubts, when I discovered this site Stackoverflow, I saw the opportunity to have my doubt withdrawn by professionals in the field.

Thank you in advance!

    
asked by anonymous 09.06.2016 / 22:40

1 answer

1

Only W3.CSS and Bootstrap are really frameworks, SASS and SCSS are ways to write style code, just like CSS. But come on:

All this is a matter of taste / market, I as a front-end developer, I will end up bumping into having to learn both times, depending on the need of the company where I work. To begin with, I recommend you study Bootstrap or Foundation, as both are quite robust and "old" in the market. That is, you will be able to remedy your doubt very quickly.

But remember, to use these frameworks you need to know the language it uses, in the case of Bootstrap / Foundation / W3.CSS is based on CSS and a bit of HTML and Javascript.

I hope you have clarified your questions;)

    
09.06.2016 / 22:48