Sebastian Herrmann
A software-developing peep.
🍟 Catchup edition
<>
{shownReviews.map(review => (
<Fragment key={review.id}>
<hr className={styles.hr} />
<Review cycle={cycle} review={review} user={currentUser} />
</Fragment>
))}
</>
"key is the only attribute that can be passed to Fragment. In the future, we may add support for additional attributes, such as event handlers."
VS Code: Extension time!
IntelliJ IDEA: It's integrated!
→ Remap that shit to an easily-reachable shortcut!
Questions?
Comments?
Volunteers for next round?
By Sebastian Herrmann