shaunbent’s avatarshaunbent’s Twitter Archive—№ 14,255

    1. <Fragment> is a great addition to React to remove unnecessary wrapping <div> tags. That said there is nothing wrong with using <div> tags in your markup, they 100% have a place in modern web development and don’t not effect accessibility in the ways this article suggests. @varjmes/949207636171517952
  1. …in reply to @shaunbent
    <Fragment> doesn’t result in more accessible markup, that was already entirely possible. It just removes some additional noise in output which existed as a result of how React worked internally.