programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Use views instead of the DOM #62

Closed programsam closed 6 years ago

programsam commented 6 years ago

Right now when you want to view something, the server sends it back as JSON and then clientside js renders it by manipulating the DOM.

Except for DHTML and modifying properties and so on, make it so pug renders snippets in different views server side and then the jQuery can just push the html to the right element.

programsam commented 6 years ago

Dupe with #53