I’ve made some steps to reintroduce myself with React.
Last time I touched upon the framework I had less programming experience, both in general and with web solutions in specific.
From my introduction to the documentation the structure makes sense, with states/props to pass objects/values around. I can see the immense usefulness of dynamically re-render affected components as used values are updated. The whole single page app does fight the browser innately – considering navigation and bookmarking, but i assume there are solutions, and conventions around use of routes and other address fragments may become apparent as I continue my studies.
Whatever may be the case I think I’ll try making some small app as a start. Possibly a remake of an old tabletop character generator. With export both as statblocks for VTT, and to a wiki page.