Bino
Home
Essays
Notes
Desk
Drawer
ML
Feed
About
Search
# React
Keyed Fragments
2 Apr 2022
Fragments declared with the explicit <React.Fragment> syntax may have keys.
Read more
Fragments
1 Apr 2022
A common pattern in React is for a component to return multiple elements. Fragments let you group a list of children without adding extra nodes to the DOM.
Read more
««
«
1
2
3
»
»»