Reusable changeable modules (parts of app)
Hello, I need to create separated parts of the app ("modules"). For example: shop module with cart etc., library module (where you can see your purchased stuff). But I want it to be as much reusable and separated as possible. This "modules" should be easily used with enother design (restyled, another layout) and alsou standalone. I want to do a mutation of this app, but sometime there will be only library, sometime ther will be shop+library etc.. I'm thinking of using extends, but I'm not sure how to do it propperly. Mainly the "style" part, because I don't want to change just css but also html layout.
Should I do it with use of renderelss components or any other way?
Can somebody point me to right direction? Thanks.
0 Replies