I should vote for VS Code as EDI. At least give it a try. I do not normally prefer Microsoft's products, but this is a clear exception. You can manage both frontend and backend in the same IDE. Simple to manage and powerful with AI support.
S
sibertius
@sibertius
Posts
-
Which tools should I use for my flutter project? -
How should I choose the framework?I do not know much about React, but my impression is that this is not a framework per definition. My knowledge of React is that it is more of a collection of Javascript libraries that you can pick when you need. As long as you use Javascript as client "engine". So it is higher level of freedom compared to frameworks. You can pick what you need and do not carry a heavy backpack that slows down your site (like many frameworks).
AFAIK, React relay much on "shadow DOM" that makes it potentially faster.
Please correct me if I'm wrong...