They told you React requires "good knowledge of Javascript"
Well, they were right. React is keeping itself very lean as a render library, not getting into other areas where other libs / frameworks have gone before. Therefor it heavily relies on Pure JS (ES6/7/+) as its engine.
However – WHAT parts of JS are most important to know in order to do React well? Kent C. Dodds for the rescue: