Overview
Facebook relaunched two web apps recently: a third-party commenting plugin and a moderation tool to go with it. Both were rebuilt from the ground up using Facebook’s latest open source front-end technologies. Stoyan Stefanov explains the details of how he and his team built the front-end of the new apps, including the big-picture architecture as well as details of everyday coding in the world of typed JavaScript.
Objective
Make some bit of sense in a sea of JavaScript options (libraries, etc)
Target Audience
Front-end web developers
Assumed Audience Knowledge
Some JavaScript would be nice
Four Things Audience Members Will Learn
- React best practices
- DIY Flow architecture
- Typing with Flux
- JavaScript@Facebook