I'm more of a full stack developer than anything so I've naturally just made chromium full screen on boot and hosted a web page for UI on raspberry kiosks.
My question is that if this approach is recommended? Are there any react native or electron approaches that are better? Does chromium even support JS that well to use React or another modern web library?
I'm also ignorant to Python, I'm sure there are more performant UI libraries but I would prefer to not learn another system when I already know web well enough.