I am using react remote spa
In authoring instance i am using parsys, users are adding some editable react custom components and everything is getting rendered fine as per default configurations with WKND app code.
Now i want to add some business logic, My Requirement is i would be able to pass JSON data to
<ResponsiveGrid> component instead of passing pagePath and itemPath. Just wanted to stop implicit API call happening to fetch modal.json.
I want to fetch modal.json like JSON from custom source and pass it to responsive grid.
As per documentation I tried passing modal={json} prop, where i kept json with same as AEM modal,json graphql output.
It does't render page.
I would like to know how we can pass JSON to ResponsiveGrid component and what will be the format structure.