13
jaytar
6y

After doing my first web dev project, I can definitely see why most of you guys prefer backend over frontend.

Comments
  • 1
    Welcome to DevRant!
    Congrats on First Project!

    May us introduce you to Front-End Frameworks to make your life easier?
  • 0
    @FahadAlt
    Yeah, what Frontend librairies do you usually use and recommend? I just used jquery and it was definitely helpful.
  • 1
    There are plenty of front - end frameworks , like Angular, Vue and React, they accomplish the same thing basically bit in different ways, if you have tables, than ag - grid library is quite nice in combination of any of aforementioned frameworks.
  • 0
    I really like VueJS and prefer it over Angular and React. VueJS offers some of the best features from Angular and React.
  • 0
    I personally also really like Vue, it's easy to get into, for the basic parts.
    Angular (as I understand it) is fullstack, and so is emberjs.. while react and Vue are purely for displaying in the DOM
  • 1
    @jaytar Welcome to Front-End Frameworks 101:

    if you are looking for JS Frameworks, I recommend you reading this article it cover most of the why, what, pros, cons ..etc.:

    https://javascriptreport.com/the-ul...

    If you are liking for a framework that helps you with the front end components you can use:

    - Bootstrap: http://getbootstrap.com/

    - Materialize: https://materializecss.com/

    - Semantic UI: https://semantic-ui.com/

    - Foundation: https://foundation.zurb.com/

    - Pure: https://purecss.io/

    Enjoy :)
Add Comment