It is not very similar. I am able to use existing responsivegrid just
fine, because it already has mapping to work in SPA, which is provided
by the SDK.In my case, I want to extend it. For that I obviously need
to:1) create a component under my project's apps folder, which is going
to
havesling:resourceSuperType="wcm/foundation/components/responsivegrid"2)
create a React renderer, let's name it Container.js3) add it into
import-components.js4) in Container.js, I need to extend existing
Responsiv...