-
Glancing over the <div> vs. <Fragment> in React. Initial thoughts: a) JSX ain't HTML. b) can't pull the <Fragment> into _real_ HTML…well—I could, but it has less value than a <div> (older browser might not recognise & spew contents). c) div semantics == frag semantics…ie. none.