💌 Starting this week, there’s also an email newsletter. If you prefer that format, subscribe at this-week-in-react.org and tell your friends!
Now let’s go! Thread ➡️
const MyPureComponent = pure(MyComponent);
This is incredibly exciting and will be useful in so many situations. 🤯
github.com/facebook/react…
class extends Component {
static contextType = MyContext;
render() {
return this.context;
}
}
github.com/facebook/react…
Async React is now Concurrent React!
github.com/facebook/react…
github.com/facebook/react…
Expect an RFC soon to finalize the names.
github.com/facebook/react…
github.com/facebook/react…
github.com/facebook/react…
And that was all for This Week In React ⚛️