Forum Topic: JavaScript Frameworks Debate
Just started a new project and I'm leaning towards React again. The ecosystem is just so mature. What are others using for new web apps in 2025?
Have you looked into SvelteKit? The developer experience is amazing, and the performance is top-notch because it compiles away the framework code.
For backend APIs, is Flask still a good choice for smaller projects, or has FastAPI completely taken over? Looking for something lightweight.
FastAPI is excellent for performance and auto-docs, but Flask is still perfectly fine for small to medium apps. Its simplicity is a big plus!
Exploring NoSQL options for a project with flexible schema requirements. MongoDB is the obvious choice, but are there any strong contenders I should consider for ease of use and scalability?