DEV Community

Discussion on: Hi I'm Jeffrey, Ask Me Anything

Collapse
 
jefiozie profile image
Jeffrey Bosch

Hi Mujeeb,

Thanks šŸ™ for replying on my AMA.

I can imagine that it is a hard choice to choose a specific framework language for the future.

All the frameworks you describe have similar patterns, one of this is component based design. I would start learning this with one of the popular frameworks and make use of a online IDE for example Stackblitz or Codesandbox. This way you can do some experiments with all of the frameworks.

I choose Angular because, the way it was build aligned with my way of thinking. Also the strong community behind it and the people are very warm and welcome. Secondly I find Angular a more Enterprise solution because everything is in the setup. Take for example schematics one of the things that is from the Angular team. It is a template-based code generator that supports complex logic. It provides a way to have code updated by some single commands in your codebase.

I hope I provided you with information so that your choice can be made or at least some directions.