Less Is More

make technology your playground

SPA Demo

A Single Page Application (SPA) is a web application or website that runs on a single web page without reloading itself at any point. In a SPA, elements/components are loaded asynchronously in response to user interactions.

There are several popular JavaScript frameworks enable you to build a SPA such as React, AngularJS, Vue.js, Ember.js.

Example (updated 2016-06-28)

Event Board (Vue.js)

Todo List (Vue.js)

Product List (React)