What I mean is, I have a great app I want to resell to similar organizations. How can I maintain one “code base” (template?) that I can update to continuously improve a dozen apps with common functionality (for different clients)?
Obviously I want to avoid having to update (unreliably) a dozen app instances with the same bug fix or improvement.
Even if most aren’t trying to develop ‘horizontal’ apps, I know many who want to be able to re-use screens and subcomponents across their app, so I can hope!
Even if this worked well in all cases, it’s still copies of pages, eh? That’s not true ‘reuseability’ which reduces errors and enables modular app building. So the request is what I (we) need!