-
Notifications
You must be signed in to change notification settings - Fork 1.3k
YUI on the Server
rwaldura edited this page Jan 10, 2013
·
9 revisions
Big use-case: interactive Web apps
- progressive enhancement
- poor network connection
- no JS on client SEO
- server models
- form validation for immediate validation client-side
- intelligent asset mgt
- device detection for module loading (minimal set)
- cacheability on edge
- cross-property code reuse; module reuse
- one copy of mail inbox
- code portability: client/server switch at runtime
2