Last active
February 5, 2018 07:39
-
-
Save samundrak/14aec3cfddb931fd3bb4ba2b8262262a to your computer and use it in GitHub Desktop.
List of React Component Patterns
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
[ | |
{ | |
"name": "Stateless function", | |
"code": "sf", | |
"src": "" | |
}, | |
{ | |
"name": "JSX spread attributes", | |
"code": "jsxsa", | |
"src": "" | |
}, | |
{ | |
"name": "Destructuring arguments", | |
"code": "da" | |
}, | |
{ | |
"name": "Container Component", | |
"code": "cc" | |
}, | |
{ | |
"name": "Higher-order component", | |
"code": "hoc" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment