While this is a cool abstraction, I do think that React is here to stay for a very long time, and that JSX based component library options are also likely to stay around for a very long time.
While the DOM is relatively stable now, this wasn't always the case, and with the expansion of WASM libraries and tooling that will come in the next few years, it could get interesting. An abstraction like in TFA might be better served with a WASM targeted application management layer/framework.
It's a bit opinionated. No test setup anywhere in sight. Redux Saga chosen over say thunks. As mentioned no Saga examples. Organized by type, not feature.
Really doesn't add much over create-react-app imo.
Both of these components don't seem to have anything actually wired for click events, feels like half the example is missing and not in a way that makes things really understandable.
Yeah, diagnostics would be really beneficial... possibly something that can generate a bundle from the polyfills that get added. Of course, would need to run across several browsers and aggregate the results.
Only including what you actually need, vs say the babel-env fills, that include everything missing for your target, even if you aren't using it.
Blocking requests can be seriously nasty in practice though... I had to use them for SCORM implementations at one point. And if you have a spotty connection as a user (think mobile) it can/will get particularly bad.