Created
November 9, 2014 06:56
-
-
Save seyedi/520b5a124cece73af9cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#7 Principles of Rich Web Applications | |
Server rendered pages are not optional | |
Act immediately on user input | |
React to data changes | |
Control the data exchange with the server | |
Don’t break history, enhance it | |
Push code updates | |
Predict behavior |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment