PS-Shooting

52 posts

PS-Shooting

PS-Shooting

@ps_shooting

Software Architect Frontend @Quentic_group || father & husband || loves tech & photography

Berlin, Germany Katılım Kasım 2018
51 Takip Edilen8 Takipçiler
PS-Shooting
PS-Shooting@ps_shooting·
@hippielobster, the spice program @ futurice is SO INSPIRING, AMAZING, COOL! Thanks a lot for such a cool idea!
English
0
0
0
0
PS-Shooting retweetledi
Sara Vieira
Sara Vieira@NikkitaFTW·
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
Olena Sovyn@frontendgirl

#reactdayberlin I’m still missing my backpack (same as on photo). If you see it anywhere around conference venue or outside DM me and bring it to any volunteer or organiser

English
9
261
230
0
PS-Shooting
PS-Shooting@ps_shooting·
@mxstbr, what a great keynote! Thanks a lot for promoting open-mindness and working together!
English
0
0
1
0
PS-Shooting
PS-Shooting@ps_shooting·
@donavon @NYCReact THIS is amazing! Wow! Wish him soooo much fun :) Hope my boys will some day also be interested in coding :)
English
0
0
1
0
Christian (with H)
Christian (with H)@with_hache·
@ps_shooting @sospedra_r But that doesn't meet the criteria I want. I want to have username and the title updated but with different contents like user = 'John' and title = 'Welcome John!' @sospedra_r how would you accomplish the scenario with non-imperative stuff?
English
1
0
0
0
PS-Shooting
PS-Shooting@ps_shooting·
@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 :)
English
1
0
2
0
Christian (with H)
Christian (with H)@with_hache·
@sospedra_r Example: form with user/pass inputs. Page has a title with `Please login` After logging in, you want to have a title that says `Welcome ${username}` How can you accomplish that using the hook as it is right now?
English
1
0
0
0