Skip to content

Experiments with decoupling business logic from DOM manipulation

Notifications You must be signed in to change notification settings

arslnb/blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blueprint

Demonstrates how backbone and underscore can combine to avoid heavy DOM manipulation in large front-end apps with server-side-rendering. Server.py handles routing and also functions as a simple mock-API. The frontend then uses backbone and underscore (and Bootstrap) to consume API.

This is an exercise on consuming a RESTful API via Backbone and Underscore. The aim is to let Backbone and Underscore do the heavy lifting and do minimal amounts of manual DOM manipulation. There's a mock server (hacked together in Flask) feeding read-only data to this page. It will not write operations to disk. Reloading the page should reset the data.

About

Experiments with decoupling business logic from DOM manipulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published