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
@joepie91 yeah their build system is ridiculous.. Suspense seems part of a larger overhaul to be more async/streaming compatible
@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
@f0x There's some stuff about it in the `react-client` package I think
@f0x Ah yeah I'm still looking at 17.x
- Please stop publishing your library as minified bundles, I beg of you