🍟 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."
https://reactjs.org/docs/fragments.html#keyed-fragments
VS Code: Extension time!
IntelliJ IDEA: It's integrated!
→ Remap that shit to an easily-reachable shortcut!
fork.dev
https://github.com/ForkIssues/Tracker/issues/562
Questions? Comments? Volunteers for next round?
By Sebastian Herrmann
A software-developing peep.