🌱 Print object to screen in jsx
Output stuff to screen
<pre>{JSON.stringify(yourJsObject, null, 2)}</pre>
I know I learned this watching Jason’s videos but can’t find the one.
Output stuff to screen
<pre>{JSON.stringify(yourJsObject, null, 2)}</pre>
I know I learned this watching Jason’s videos but can’t find the one.