Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ idea support for React.js

I am currently using a licensed copy of IntelliJ idea 13.1. It doesn't seem to support React.js files.

I tried downloading intellij Idea 14.1, even this is not supporting React.js.

Is webstorm the only Idea IDE which supports React.js? I am using groovy on grails, java along with react.js, but these seem to be unsupported in Webstorm.

Is there any way I can use a single IDE for all three?

like image 325
budhavarapu ranga Avatar asked Jun 03 '15 14:06

budhavarapu ranga


People also ask

Does IntelliJ support JS?

With IntelliJ IDEA, you can develop modern web, mobile, and desktop applications with JavaScript and Node. js. IntelliJ IDEA also supports React, Angular, Vue. js, and other frameworks and provides tight integration with various tools for web development.

Can Java be used with React JS?

Yes of course, in fact java and react or any other front-end technologies should not have a problem communicating to each other. You may want to do some readings on Representational state transfer (REST). Save this answer. Show activity on this post.

Does IntelliJ support node JS?

IntelliJ IDEA lets you run and debug Node. js applications using Node. js on Windows Subsystem for Linux. You can choose Node.


1 Answers

React.js support is available in Idea 14. Do you have react.js available in your project? The normal way to get completion for API methods is providing the corresponding .js file to Idea - see http://blog.jetbrains.com/webstorm/2014/07/how-webstorm-works-completion-for-javascript-libraries/. Note also that you need to set JavaScript Language Version to 'JSX Harmony' in Settings/Languages&Frameworks/JavaScript to get JSX syntax correctly recognized.

like image 141
lena Avatar answered Oct 14 '22 06:10

lena