Hi,
as a follow-up to the problem we are facing, about unwanted re-creation of components (described here), and the fact that our clients always want functionality on top of what A12 offers (e.g. having named routes, described here), we are thinking of setting up a plain react project, which just uses A12 as an “add-on”.
The idea is to have a plain react app with its router, redux store, etc., completely decoupled from A12. A12 should just be an “add on/plugin” to the application which is used to render forms/overviews on certain routes. I.e. it should simplify the process of modelling data and forms.
Is that possible in any way, or have you ever thought of offering something like that?