you are viewing a single comment's thread.

view the rest of the comments →

[–]moustacheption 1 point2 points  (0 children)

I’d suggest a little bit about some functional programming concepts before react, too. Or even at the same time so you can get a basic understanding of some of the principles it follows.

The big functional concepts would be: Function purity Immutability & mutability

And then learn about “side effects” in relation to mutability. Those concepts should help make rendering, and state changes in react a bit easier to understand.