IT:AD:Single Page App (SPA)
- See also:
Summary
A single page web application that does not post refresh the whole page, but uses AJAX to refresh just a View within the Page.
Notes
Common characteristics:
- navigation, history, deep linking
- persisting state
- load on initial page load stuff you probably need, for snappier responsiveness later…
## Resources ##