Writing a Simple MVC (Model, View, Controller) App in Vanilla Javascriptby@elshaka
11,993 reads
11,993 reads

Writing a Simple MVC (Model, View, Controller) App in Vanilla Javascript

by Eleazar Meza5mMarch 19th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Writing a Simple MVC (Model, View, Controller) App in Vanilla Javascript is a good way to get comfortable with a language, without the help of any framework, you end up pushing yourself to come up with conventions and a structure of your own so the result isn’t just a bunch of functions and classes glued together without much order. MVC is a software design pattern that divides an application into three separated components: A Model, a View which manages how the information is displayed and receives user interaction, and a Controller.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Writing a Simple MVC (Model, View, Controller) App in Vanilla Javascript
Eleazar Meza HackerNoon profile picture
Eleazar Meza

Eleazar Meza

@elshaka

I do stuff among other things

About @elshaka
LEARN MORE ABOUT @ELSHAKA'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Eleazar Meza HackerNoon profile picture
Eleazar Meza@elshaka
I do stuff among other things

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!