Reputation: 604
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
Reputation: 425
You can also use Eclipse's own project, Wild Web Developer aka WWD. It supports React and much more.
Upvotes: 2
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