Should Beginners Start with Full-Featured Frameworks or Minimalist Ones?

0
0
Asked By CuriousCat23 On

I'm trying to figure out whether it's better for beginners to learn a full-fledged framework like Django or Spring Boot that comes with a lot of built-in features, or a minimalist framework like Express or Flask which requires more decisions about third-party packages. Any thoughts on this?

1 Answer

Answered By TechieTina44 On

Starting with a framework that has a lot of features can be a great way to learn without getting overwhelmed. If you go with a minimalist framework, you're going to need to make choices about things like database access and authentication – and as a beginner, you might not know what to look for. A fuller framework usually makes good default choices and lets you focus on learning how to navigate that framework first.

UserFriendly99 -

Exactly! I prefer the 'batteries included' approach too. It’s nice to have those choices made for you when you’re just starting out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.