react-log exports a single React Component called Log. Each child will not be rendered on the DOM, but will produce an analog representation on the console. No proprietary syntax is needed for child HTML elements. react-log handles the parsing and rendering of native React-DOM elements for you. Let's see it in action! import Log from 'react-log'; <Log> <h1 style={{ color: 'black', fontSize: '50px'

