SyntaxFix
Write A Post
Hire A Developer
Questions
print the state of a component with JSX
render() { return ( <div> <h1>Adopt Me!</h1> <pre> <code>{JSON.stringify(this.state, null, 4)}</code> </pre> </div> ); }
stringify