Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.03 KB

readme.md

File metadata and controls

26 lines (23 loc) · 1.03 KB

README

This is a demo app showing how to use html over the wire to achieve a responsive server side rendered single page like app. It is written in such a way that if you were to disable javascript the app will still work, This enables better SSO and the progressive nature is good for screen readers and the like.

Technology

Links to articles regarding server side rendered SPAs and html over the wire

Tutorials and examples used quring development