Focus the code block below to try our highlighting options.

import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
setCount(count + 1)}>
Click me
</div>
);
}
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
setCount(count + 1)}>
Click me
</div>
);
}
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
setCount(count + 1)}>
Click me
</div>
);
}
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
setCount(count + 1)}>
Click me
</div>
);
}
Made with Slides.com