Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any eclipse plugin available for React JS

I am planning to use React JS with Rest API But after spending long time on google cant find the best way to start. There are no eclipse plugins available for react js. Please suggest how i can start working on React with eclipse or other open source editors.

like image 762
Anurag Dadheech Avatar asked Dec 07 '22 19:12

Anurag Dadheech


2 Answers

i had the same issue and ended up to use the atom editor: https://atom.io/ Atom is based on google chrome, but you will not feel using google chrome, but a full featured editor with many cool plugins available.

I know, there is a nodeeclipse project http://www.nodeclipse.org/ but i was not able to install and run it out-of-the-box and it seems that jsx syntax for ES6 was not supported.

Now i really like atom editor, it is very easy to handle. Of course some shortcuts are different compared to eclipse, but anyway, i was really quickly able to produce code. atom seems to be pretty lightweight and does not eat so much memory like eclipse. So there is no problem developing your reactjs app in atom and have eclipse as second editor running developing your rest app.

Kind regards

davey

like image 123
davey Avatar answered Dec 11 '22 10:12

davey


Genuitec has an Eclipse plugin called CodeMix that provides wizards, navigation, content assist, validation, and debugging for ReactJS in Eclipse. You can details for all the features that CodeMix provides for for React development on the Genuitec website.

like image 28
Todd Williams Avatar answered Dec 11 '22 08:12

Todd Williams