1. 15
    Support Proposed JavaScript Features with Babel Plugins
    3m 39s

Support Proposed JavaScript Features with Babel Plugins

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

We transpile our JavaScript code so we can use modern language features, even if browser support isn't quite where we need it to be. This includes proposed features that aren't yet part of the official language specification. In this lesson, we'll see how we can support the proposed class property syntax for JavaScript with a Babel plugin.