Hacker News new | ask | show | jobs
by IanDrake 3333 days ago
I've previewed all these frameworks.

Vue is probably the easiest to get started with and has the nicest binding model IMO.

Angular, which I ended up with, has a big learning curve, but was a good match for building large enterprise web apps. One of the hardest parts is getting familiar with RXJS, which is baked in.

For me, React seemed like it was best for read-only data. I wouldn't want to do a forms heavy app in React, but I could be missing something. I'm also not a big fan of jsx, so I might be prejudiced against it.

With Cordova you can use any of these frameworks to make a native app.