Doubt about Framework

Asked

Viewed 44 times

0

Buenas Devs!

I’m new in the area and I’m facing a doubt that literally has been taking my sleep... What is the best (ease x performance) framework to be used currently?

W3.CSS SCSS SASS Bootstrap

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

Thank you very much in advance!

  • depends on what you’re looking for what you want to achieve?

1 answer

1

Only W3.CSS and Bootstrap are really frameworks, SASS and SCSS are ways of writing style code, 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 and having to learn sometimes both, depending on the need of the company where I work. To start, I recommend you study the Bootstrap or the Foundation, because both are very robust and "old" in the market. That is, you will be able to resolve 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’ve cleared up your doubts ;)

  • SASS and SCSS are the syntax of the SASS pre-processed language, they are converted into CSS.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.