Skip to content

Instantly share code, notes, and snippets.

@viankakrisna
Last active December 18, 2018 11:34
Show Gist options
  • Save viankakrisna/3147a7c8ee9d600e5bbc338f92792fb5 to your computer and use it in GitHub Desktop.
Save viankakrisna/3147a7c8ee9d600e5bbc338f92792fb5 to your computer and use it in GitHub Desktop.
import React from "react";
export const Debug = props => (
<pre>
{JSON.stringify(
props.value,
null,
2
)}
</pre>
);
export const logturn = (arg) => { console.log(arg); return arg; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment