Reputation: 2243
I am going to develop a web application with React and want know which IDE/Text Editor would fit best.
IntelliJ IDEA for example supports the framework as well as WebStorm. And now I want to know if there are differences between the support of the editors as well as the benefits for implementing with one of these 2 IDEs.
As I am familiar with IDEA I would use it, if there is no important or nice feature missing compared to WebStorm.
Upvotes: 0
Views: 1106
Reputation: 8262
WebStorms features are a subset of IntelliJ IDEAs. You won't miss any that might come with WebStorm and AFAIK IntelliJ will always ship new features (updates) at the same time (or even before) WebStorm.
Further reading:
Can IntelliJ IDEA encapsulate all of the functionality of Webstorm and PHPStorm through plugins?
Upvotes: 1