Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Last active November 8, 2018 22:06
Show Gist options
  • Save yeehaa123/d0e2adea84a7760c516a8a1c9ac55925 to your computer and use it in GitHub Desktop.
Save yeehaa123/d0e2adea84a7760c516a8a1c9ac55925 to your computer and use it in GitHub Desktop.
fixes

To Refactor:

Atoms

  • Bar (memo)
  • Card (general)
  • Checkbox (memo, hooks)
  • Icon (constants)
  • Input (general)
  • Section (general)
  • Overlay (make stateless, rename to Backdrop)

Molecules

  • List (potential minefield)
  • Menu (remove)
  • Modal (separate from Overlay)
  • Share (add providers to constants)
  • Sidebar (remove logic, make purely stylistic)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment