+ 1
Best front-end Frameworks
Which frameworks ar the best for designing websites or web aplications? I usually use bootstrap but i want yo try something new.
2 Respostas
+ 12
vanilla.js & CSS3 are the best to make high performing websites and modify every single element, with the BEM syntax you can create little snippet to re-use them in your works, something like create your own framework through a modular approach, i recommend to read this: https://robots.thoughtbot.com/keeping-the-frontend-modular-with-bem
If i did not convince you, here a list of most popular Front End frameworks, i recommend Foundation as Bootstrap alternative: https://www.keycdn.com/blog/front-end-frameworks/
Here a code i made some time ago, take a look: https://code.sololearn.com/W7dLuvav8O3u/?ref=app
+ 1
Thanks!