4

Have been working all my life so far mainly with css only, tried scss again yesterday and its just amazing 😍

Now looking forward to finding what I should pick from all the frameworks that are angular, vuejs, react etc.

Comments
  • 0
    @Bitwise would be glad to see how you like vue compared to the other two, would probably make it much easier, though most people seem to say vue is the easiest one to get into, hm..
  • 1
    I have used React and VueJS.

    If you are really used to web development then Vue would be easier to learn. Vue integrates within the existing HTML very easily. And their docs are simply amazing.

    If you are used to programming a lot more then web development, I assume you might like React more. React likes to take complete control over how you structure your app. Also, React will help you to get into mobile apps quite easily. While Vue also have frameworks to build cross platform mobile apps, React has a much bigger community backing their React Native framework.

    As many will say, Vue is JS inside HTML, while React is HTML inside JS.
  • 1
    @tahnik thanks! might look into vue first then.
Add Comment