Hacker News new | ask | show | jobs
by ggregoire 2695 days ago
By intuitive he meant that React is mostly vanilla JavaScript, so if you know JavaScript then you know React. Basically when I code in React I never need to open the doc. Even building the most complicated view is straightforward.

With frameworks like Angular (I don't know about Vue), you always keep the doc open in background because you constantly need to look for a function signature, check what's the syntax for something or how this or that works…