Babel is a JavaScript compiler which makes you capable to use next generation JavaScript today.
This article tells you how to install babel syntax plugin on Sublime Text.
- Open Sublime Text
- Press
command + shift + p - Type
installand pressenterkey - Type and search for
babel - Select
babeland install - Set
.jsand.jsxextensions asJavaScript (Babel)
For how to setup ReactJs development environment with Sublime Text, pleas refer here.
