DEV Community

Discussion on: Delphi (Win32) to web - Pros and cons of each of the big JS frameworks?

Collapse
 
timhlm profile image
moth • Edited

If you're a novice, I think React is probably the best choice for a modern framework. Angular has a high bar of entry (but can be really awesome once you're all set up.) You can be up an running with React very quickly using the create react app tool.

You may see Vue mentioned as well. I think that's a good choice as well, but React is my personal preference.

reactjs.org/docs/create-a-new-reac...
cli.vuejs.org/guide/creating-a-pro...