If you stole this backpack at react day Berlin or if you see it somewhere just please leave the passport and Visa somewhere as she can't go home
Retweets would be appreciated
I think I have never met so many people on a single day like today. So many cool people, so many interesting conversations. Thank you all for making @reactdayberlin probably the best conference I’ve ever attended!
@with_hache@sospedra_r Using useEffect u can set the document title (as u would normally, too). U can use useState-variables to set the title. Leave the second param of the useEffect an empty array to only update once. Add the user's name state variable to the array to update the title dynamically :)