Hey Ben, thanks for taking the time to answer some questions.
I was wondering, react is a rather big project and as a followup question on John Martin about the size I would be curious of :
how do you organize your team and decide the work packages of react ? We all heard about agile methods but I guess the bigger the company the more the viscosity of planing and decision making kicks in.
An other question is about the code-base of react, not to spark an religious war, but some claim that using a strongly typed superset (JS++, Typoscript) which gets compiled into JS is better for the interface definitions and the control of structure / parameters inside such a big code-base because it allows for a better insight to the code (static analysis).
The third question is about the attempt - the old idea - of using asm or other binary forms in the browser to increase performance as well as obfuscating proprietary code.
That's all, again thank you for your time :) I apologize if those questions are to general those were the first that came to mind without drifting into algorithms.