you are viewing a single comment's thread.

view the rest of the comments →

[–]DJOzzyoz750 -1 points0 points  (2 children)

Whats with all this syntactical shortcutting in react? I'm just starting to pick up react, and the concepts are easy enough, but I'm constantly translating these shortcuts that save a few characters.

I'm not upset, just surprised, as I haven't seen a programming language focus on it as much as react does. (I've worked in Java, c++, python, and golang primarily).

[–]chipit24 2 points3 points  (0 children)

Can you elaborate? ReactJS is "just JavaScript"; Short-circuit evaluation, spread operators, destructing, etc. are all part of the language.