Skip to content

Instantly share code, notes, and snippets.

@raidenz
Last active August 18, 2018 06:56
Show Gist options
  • Save raidenz/db383f3fb6244a966af4cd5808ff71b2 to your computer and use it in GitHub Desktop.
Save raidenz/db383f3fb6244a966af4cd5808ff71b2 to your computer and use it in GitHub Desktop.
:medium: react component type
╔════════════════╦═══════════════════╗
║ smart componen ║ dumb component ║
╠════════════════╬═══════════════════╣
║ statefull ║ Stateless ║
╠════════════════╬═══════════════════╣
║ container ║ functional ║
╚════════════════╩═══════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment