You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mvc-router-spa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-router-spa

MVC router for Single Page Applications

1.0.4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

MVC Router

A JavaScript library for building Single Page Applications (SPA) using the Model-View-Controller (MVC) design pattern.

Install

To add MVC Router to your application:

npm install mvc-router-spa --save-dev

Why MVC?

MVC is a proven technology that has withstood the test of time. Applications built using this pattern tend to be simpler and more maintainable.

MVC is a common and familiar pattern used by many frameworks, for building Web as well as native apps. If you are an iOS developer you may already be familiar with MVC in Cocoa.

Supports React.js

MVC Router was not specifically written for React.js --- it is independent of View technologies. However, it works very well for React applications.

Documentation and sample code

Visit the Github Repo for documentation and sample code.

Keywords

mvc

FAQs

Package last updated on 26 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts