I have posted a similar question for React side. Has anyone implemented it yet? Examples Appreciated. Including a layout Container in a React component
Yes,I am bit new to this stack, I am able to create several components and publish. But stuck with above question.Adding a component, which holds some html and a placeholder for another component to be inserted.
Let's say we are calling an a third party API directly from React using axios/fetch. (localhost:9000)To handle CORS issues we set proxy in packege.json/webpack.config, and "passing relative URL" to axios/fetch(THIS WORKS!!) NOW we deployed the same in AEM and hosting on localhost:4502.(THIS DOESN'T...