58 | React Knowledgeable, nicknamed <RK />
, is a fun and
59 | friendly podium to share what we learn about React.
60 |
36 | {participants.size > 1 ? ( 37 | {participants.size} amazing RK kids are going 38 | ) : ( 39 | an amazing RK kid is going 40 | )} 41 | {participants.size && numberOfSecretParticipants > 0 && ( 42 | 43 | , {numberOfSecretParticipants} more are going but prefer not to let 44 | us know. 45 | 46 | )} 47 |
48 | {/* @TODO: Put this back when we have added the ability for people to hide their profile */ 49 | Array.from(participants).map(username => { 50 | return117 | See you there :) Would you like to{' '} 118 | 119 | add this to your calendar 120 | 121 | ? 122 |
123 | )} 124 |124 | {parseBodyText(body)} 125 |
126 |256 | {parseDate(date)}, 7:30pm 257 |
258 |41 | {speaker} on {parseDate(date)} 42 |
43 |25 | {login} on {parseDate(createdAt)} 26 |
27 |