Hi there! In my humble opinion, frameworks get their popularity rapidly. So, what is the most critical and useful framework nowadays? Why do you think so?
As for me, Vue.js is the best framework for modern development. Firstly, it has a clear structure. Secondly, it has a lot of available additional libraries.
Top comments (2)
For me it's React, but I think it's just a matter of preference.
From my point of view, it is more logical to write JSX like:
and it has felt so intuitive right from the beginning, compared to the more HTML -ish way of Vue:
If you really wanted to, Vue does support JSX ๐ you just need to set the lang attribute