Tips and tricks on how to configure your favorite text editor or IDE to work with React.js/ES6+/JSX.
Create a new project based on React Starter Kit template
Make sure that JSX support is enabled in your project. This is set by default, if you create a new project based on React.js template.
Configure JavaScript libraries for auto-complete
Enable ESLint support
Enable CSSComb by installing CSSReorder plug-in
Coming soon.
Coming soon.