Hello Everyone ! There is use case for creating a header component for the application. Planning to move with the navigation component and customising it. How can we include core image component , core search component within navigation component and provide dialog feature within the navigation comp...
Hi @krishna_sai ,I'm using the already available title and list component as it is. But if we pass style for it from the component level reusing the component in some other places will have this style changes as well right since we are using it globally.
I have given some basic styling for the co...
Hello Everyone !
I'm trying to implement a footer on experience fragment using Title , List native available components. But when arranged using layout container there comes a gap in between and some additional CSS needs to be done. So can we pass complete CSS for this experience fragment as a w...
Hello everyone ! We were trying to implement AEM SPA using react and consuming the model.json generated to display the data to another applications. While consuming the model.json there are some json data being coming up from the page level , which we need to trim and display only the components aut...
Hi @Shashi_Mulugu ,We tried to match the node and npm version that we have with the pom file , but facing issues again for UI Frontend. As mentioned before we used the archetype 35.
Is there any stable version of node and npm we can try it out so as to match with archetype 35 ?
Trying to create project structure for AEM SPA React and the build was success, but faced issues while creating REACT API calls using useEffect in ui.frontend while building it is throwing error like eslint-react-hooks not unable to find package. We used archetype 35.
Any suggestions we can overco...
As mentioned on the support docs, are these limitations still being sorted out ?
Target modeContextHubInline image editingEdit configs (eg. listeners)Style SystemUndo / RedoPage diff and Time WarpFeatures performing HTML rewriting server-side such as Link Checker, CDN rewriter service, URL shorteni...
Thanks for the response @Suraj_Kamdi ! One more small concern is like , will use of normal JavaScript possible for SPA rather than any other frameworks or use of normal JS will make it as a usual web application instead of a SPA ?
Hi Guys !One quick question. Is it possible to develop an SPA without React or Angular framework in AEM ? Could anyone please suggest me the advantages and disadvantage for this approach as well ?