Skip to content

Instantly share code, notes, and snippets.

@jasonrhodes
Created March 21, 2014 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonrhodes/9692217 to your computer and use it in GitHub Desktop.
Save jasonrhodes/9692217 to your computer and use it in GitHub Desktop.

Notes for a responsive design talk or blog post I've been crafting in my head for over a year

Responsive design begs you to find the lowest common denominator to limit the amount of work you need to do across breakpoints. Ex. hover state: why maintain hover states AND 2-stage clicks for mobile, why not just make everyone use the 2-stage click method to keep it simple? Or why expose the navigation on desktop only to hide it on mobile when we can make the experience consistent and just use the menu icon in all places, decluttering the desktop experience as well?

LCD design has consequences.

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