0

I'm starting with web development. Any good front end frameworks suggestions?

Comments
  • 1
    Grid Layout is supported natively in every browser, so use it and avoid CSS frameworks.

    If you want a front end framework, I suggest Vue.js.

    For the backend, I would recommend Django, Rails or Play2/Scala.
  • 1
    Angular

    *ducks*
  • 1
    @djsumdog Thank you for telling me about CSS grids.. I didn't knew about them. I'm just watching a video related to it and it looks so easy 😍😍
  • 0
    Also check https://caniuse.com to check for compability.

    For frontend I suggests vue.js its a bit easier than react and quite a bit easier than angular.

    For back end it depends on your preferred language.
    Php => Laravel
    C# => ASP.Net Core
Add Comment