Like Apple does now, except for every app.
> We kind of see this on PC already with every company having their own game or app store.
No we don't. Those are fringe and mostly unsuccessful. And even then, those companies should not have to pay 30% of their revenue to steam, so fuck that.
> When Chrome is on iOS and is pushed on every Google search, what happens to health of the web? Does that create a new web monopoly?
Forcing everyone to use Safari is a web monopoly.
- There are a thousand ways to render HTML, you don't need React at all. Even for interactive pages (see recent alternatives like HTMX, or decade old solutions...)
- If it is converted to JS/React it's obviously not "pure" Python. Sorry, but that's just silly to say that.
- You will definitely see JavaScript errors during runtime, it's inevitable. Maybe not with simple toy projects, but with serious projects, it will happen and will make life miserable.
Third point seems true though, I would definitely expect to see JS errors should any React libs have issues on their own.