Socket
Socket
Sign inDemoInstall

mvc-router-spa

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mvc-router-spa

MVC router for Single Page Applications


Version published
Weekly downloads
0
Maintainers
1
Install size
34.4 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Jun 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc