Skip to content

Instantly share code, notes, and snippets.

@vesparny
Created October 24, 2017 09:08
Show Gist options
  • Save vesparny/b69f48183a8eaf6c66fb8f08c483393e to your computer and use it in GitHub Desktop.
Save vesparny/b69f48183a8eaf6c66fb8f08c483393e to your computer and use it in GitHub Desktop.
React dump component
const Dump = (props) => <pre>{JSON.stringify(props, null, ' ')}</pre>
export default Dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment