The first submission is a proposal for a new version of context. We’ve already received many comments from the community! github.com/reactjs/rfcs/pull…
render() {
return (
<>
<h1>React v16.2 has been released!</h1>
<h2>Introduces a new syntax for fragments!</h2>
Thanks to all our collaborators!
</>
);
}
reactjs.org/blog/2017/11/28/…
The new `suppressHydrationWarning` attribute lets you mark intentional text mismatches between the client and the server. github.com/facebook/react/pu…