Skip to content

Single Page App Without a Framework only handlebars and vanillajs

Notifications You must be signed in to change notification settings

pwalvarado/SPA-without-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page App Without a Framework

Demo Download
The idea behind single page applications (SPA) is to create a smooth browsing experience like the one found in native desktop apps. All of the necessary code for the page is loaded only once and its content gets changed dynamically through JavaScript. If everything is done right the page shouldn’t ever reload, unless the user refreshes it manually.

There are many frameworks for single page applications out there. First we had Backbone, then Angular, now React. It takes a lot of work to constantly learn and re-learn things (not to mention having to support old code you’ve written in a long forgotten framework). In some situations, like when your app idea isn’t too complex, it is actually not that hard to create a single page app without using any external frameworks. Here is how to do it.

http://tutorialzine.com/2015/02/single-page-app-without-a-framework/

About

Single Page App Without a Framework only handlebars and vanillajs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published