Skip to content

Instantly share code, notes, and snippets.

@RodrigoPauletti
Forked from 8ctopotamus/react-var_dump.js
Created October 18, 2023 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RodrigoPauletti/abdd75944f678a8cf8f35a4cf7e47d7b to your computer and use it in GitHub Desktop.
Save RodrigoPauletti/abdd75944f678a8cf8f35a4cf7e47d7b to your computer and use it in GitHub Desktop.
Display data in React, kinda like PHP's var_dump();
const dataDump = props => <pre>{JSON.stringify(props, null, 2)}</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment