Start Using ES2020 Features with React

Kaylie Kwon
codeburst
Published in
3 min readJan 15, 2020

--

One of the best things about working in Javascript is that we have access to newer features every year, thanks to the hard work of TC39 committee and developers who implement the spec. There are a number of changes in ES2020, but this article covers the ones that specifically improve the experience of building apps in React.

Optional Chaining

--

--