JavaScript to Know for React

Good article by Kent C. Dodds, covering the JavaScript paradigms which are used quite a lot when writing React apps.

Learning JavaScript features is really advisable for you to be effective building applications with React. So here are a few JavaScript features I’d recommend you spend some time learning so you can be as effective as possible working with React.

I’d even dare to say that the title should’ve been “JavaScript to know in 2019”. Things like destructuring and spreading are really useful, whether you’re writing React or not.

JavaScript to Know for React →

💁‍♂️ On a sidenote: It’s easy to confuse React-specifics with ES2015-specifics since React uses a lot of the new ES language features, something I talked about in my post RE: The React is “just” JavaScript Myth

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.