Is there a way I can develop react in Eclipse IDE?

Viewed 3227

I am new to react and I am currently studying with a book. This book uses nodejs, and makes react project with "create-react-app" package. I can surely use VSCode when developing this react project. But I want to make back-end with Java using servlet, using Apache-tomcat.

I tried to open a new project made with

npx create-react-app newproject

And it seems that eclipse cannot detect this as a project.

My Eclipse is 2020-06 version, and it says that I have ECMAScript3 Library. Thank you.

2 Answers

You can also use Eclipse's own project, Wild Web Developer aka WWD. It supports React and much more.

Yes, you can use CodeMix - you can watch a video covering some of the features here.

Note: I work for Genuitec, makers of CodeMix.

Related