Skip to content

jacobstern/handlebars-inc-demo

Repository files navigation

handlebars-inc-demo

This app demonstrates a basic usage of isomorphic Handlebars templates with handlebars-inc. The Handlebars template for the UI is initially rendered on the server in routes/search/index.js and then updated on the client using AJAX in search-page.js. This enables a fluid user experience with good performance without requiring a UI framework or complex DOM manipulation on the client.

Running the application

npm install
npm run dev

About

Isomorphic templates with handlebars-inc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published