Insights of the week

🍟 Catchup edition

Insights of the week?

  • Yes.
  • Let's share exotic (or otherwise interesting) insights
  • Learning, sharing, enjoying to write code!
  • Not limited to JS, TS, React, CSS, LESS, HTML or so!

Keyed Fragments

<>
    {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

Open stuff in GitHub

VS Code: Extension time!

Open stuff in GitHub

IntelliJ IDEA: It's integrated!

VS Code: Smart Case Search

VS Code: Find All References

→ Remap that shit to an easily-reachable shortcut!

VS Code: Refactor (⌃+⇧+R)

Reminder: Fork is still awesome (git ui tool)

Reminder: Fork is still awesome (git ui tool)

Reminder: Fork is still awesome (git ui tool)

Thanks!

Questions?
Comments?
Volunteers for next round?

Insights of the week

By Sebastian Herrmann

Insights of the week

  • 1,093