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
Views
Replies
Total Likes
First question would be, are you using a custom endpoint instead of calling model.json directly?is that the reason you are trying to pass Json directly? If that's the case are you using local model Dev client to talk to your custom endpoint.? This is crucial for maintaining the mapping of paths and respective model Json. If you don't intend to set page path and item path then at the bare min I assume you have to set cqpath at the component level.. Or else the component will not know how to enable editing on the component. It will be nice if you can mock a sample app and share public url for troubleshooting your use case
Yes, I want to use external data source which will provide me dynamically (from outside of AEM ) updated model.json
I am using wknd app for editable react components. just that there are some proxies created where <Responsive Grid /> component is fetching corresponding page model json from AEM using some implicit api calls. i just want to have control over that piece of code that instead on AEM model i can get same type of data from somewhere else.
I am just exploring and not hosted app yet.
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies