teolee / javascript-mvc-pattern

This simple Javascript MVC pattern will help you keep all your Javascript code logically separated and easy to find.

Home Page:http://www.codeniche.com/basic-javascript-mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organising your Javascript files can be a hassle at times especially when your application starts to grow in size. This simple Javascript MVC pattern will help you keep all your Javascript code logically separated and easy to find. On top of this we are not going to be using any third party libraries to achieve this which keeps everything nice and light.

read the full tutorial

About

This simple Javascript MVC pattern will help you keep all your Javascript code logically separated and easy to find.

http://www.codeniche.com/basic-javascript-mvc


Languages

Language:JavaScript 48.0%Language:HTML 34.9%Language:CSS 17.1%