Click here to Skip to main content
15,900,724 members
Articles / Programming Languages / Javascript

Introducing MVVM Architecture in JavaScript (TypeScript Edition)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
27 Apr 2020MIT23 min read 28.1K   3  
The project explains MVVM design pattern implementation in JavaScript front-end application.
The small popularity of MVP and MVVM in favor of MVC architecture is caused by many factors. It is easy to start from any JavaScript and then evolve to MVC. More efforts would be required to build better MVP architecture. And much more practice and efforts would be required to build MVVM. Despite that fact, the MVVM architecture is gaining its popularity on mobile platforms as native applications. It is a rare subject for WEB applications.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer at RebelMouse
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions