Skip to content

Instantly share code, notes, and snippets.

@joshwcomeau
Created March 11, 2016 13:03
Show Gist options
  • Save joshwcomeau/1b4c535bcfad4b46003f to your computer and use it in GitHub Desktop.
Save joshwcomeau/1b4c535bcfad4b46003f to your computer and use it in GitHub Desktop.
Immutable Props decorator - application
@immutableProps(['prop1', 'prop2'])
class Thing extends Component {
// Stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment