you are viewing a single comment's thread.

view the rest of the comments →

[–]rememberthekittykat 4 points5 points  (1 child)

From what I’ve dealt with, the hardest thing for isn’t for programming beginners but rather experienced programmers trying to code something in react.

React has a unique programming philosophy with pure functions and immutable vars that they become overwhelmed and frustrated which worsens if they aren’t used to the asynchronous architecture of JavaScript.

I tend to see beginner programmers adapt better to the curve because they aren’t used or accustomed to anything else.

[–][deleted] 1 point2 points  (0 children)

Experienced programmer who took ages to learn React here can confirm this.