Roy Ra
Roy Ra

Reputation: 604

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

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.

Upvotes: 5

Views: 8506

Answers (2)

bayindirh
bayindirh

Reputation: 425

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

Upvotes: 2

Brian Fernandes
Brian Fernandes

Reputation: 524

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

Note: I work for Genuitec, makers of CodeMix.

Upvotes: 1

Related Questions