Posts by Emanuel Pereira • 43 points
1 post
-
3
votes1
answer167
viewsQ: How to use setTimeout to show a component only after a certain time with React?
I want a certain component to appear on the screen after 1 second. You can do this using JSX block? When I put the code below, a number appears on the screen instead of the message. function App() {…