What MVC & Frontend Framework ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What MVC & Frontend Framework ???

What exactly is, React, Vue, Svelte i have tried them and also i have use PHP, Djang what is the difference between these two technology's the MVC or MTV and on the other have the Frameworks and what is Server side rendering, i think you got me... So???? So you can make front end with MVC then what is exactly the use of frameworks ....

1st Jan 2020, 10:09 AM
Leul
Leul - avatar
1 Answer
+ 1
never heard of MTV, probably the same as MVC. MVC is a concept for object oriented programming, not a technology itself. Frameworks usually follow this concept, and you can create both frontend and backend with these frameworks. the use of frameworks is having logic you'll most likely need already implemented, so you can start developing your application right away, without having to create your own framework first. it's a foundation to build upon.
1st Jan 2020, 12:20 PM
grdr