Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Last active August 29, 2015 13:57
Show Gist options
  • Save ryanflorence/9864943 to your computer and use it in GitHub Desktop.
Save ryanflorence/9864943 to your computer and use it in GitHub Desktop.

Web app development entails:

  • interacting with data
  • syncing ui and data
  • responding to user interaction (dom events)
  • user flow (navigating screens)
  • url (de)serialization
@stevekinney
Copy link

Two thoughts (I'm not married to either):

  • Storing data
  • User authentication / associated data with a user

@ryanflorence
Copy link
Author

I think both of those involve interacting with data.

But not every app stores data (read only dashboard apps, etc.) and not all apps have authentication.

@iammerrick
Copy link

I wonder if ubiquity/responsive designs should be addressed as it's the big differentiator from native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment