Less Is More
make technology your playground
make technology your playground
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.
Event Board (Vue.js)
Todo List (Vue.js)
Product List (React)