Joe Savona (@en_js) 's Twitter Profile
Joe Savona

@en_js

React team at Meta

ID: 5351112

calendar_today20-04-2007 19:08:45

2,2K Tweet

12,12K Followers

178 Following

Joe Savona (@en_js) 's Twitter Profile Photo

19rc1 is out with a new feature, sibling pre-rendering, that is the best of both behaviors. Amazing work by Andrew Clark and Sebastian Markbåge to implement this feature and Ricky 🦋, Jack Pope, and the rest of the team for verifying and rolling it out github.com/facebook/react…

Joe Savona (@en_js) 's Twitter Profile Photo

The thing I loved about Create React App was that you could quickly install, hack on a single component, and quickly see changes. It was a great way to learn React. *All of the frameworks we recommend provide that exact experience*. Install, hack on the root component, iterate.

Joe Savona (@en_js) 's Twitter Profile Photo

For compiler nerds: a writeup of the core inference rules and approach that React Compiler uses to decide which groups of instructions to memoize together. If something isn't clear let me know! github.com/facebook/react…

Joe Savona (@en_js) 's Twitter Profile Photo

We've been pretty happy with TypeScript for React Compiler, but actual pattern matching (with exhaustiveness checking by default!) is so good it makes me want to port to Flow: flow.org/en/docs/match/