Reading the React codebase and, some observations:
- The code quality is pretty okay
- *Fuck* the build system
- Most of this logic should be in reusable stand-alone packages, not in core React
- Why is there a Facebook compatibility mode embedded into the codebase
@f0x Yeah, there seems to be a whole experimental streaming API now, even, that should presumably be bring-your-own-source in the future, didn't look too closely into how it works though