Matija Kovaček

Results 7 comments of Matija Kovaček

Hi, yea I managed it. I used react spa frontend type and just update dependencies (removed spa-related and included react-webcomponent ones)

Hi, I have forgot about it. Here is demo example: https://github.com/mkovacek/aem-react-webcomponents

Some progress when I added org.apache.aries.javax.jax.rs-api ```xml org.osgi osgi.core 7.0.0 provided org.osgi osgi.cmpn 7.0.0 provided org.osgi osgi.annotation 7.0.0 provided org.osgi org.osgi.service.component.annotations 1.4.0 provided org.osgi org.osgi.service.metatype.annotations 1.4.0 provided org.osgi org.osgi.service.component 1.4.0...

Would be really useful to have such examples. If there is no docs at the moment, some code example would be enough

Hi @cjwiseman11 , @jwolfe890 I have integrated Next.js using the remote spa editor and v2 components. But the SPA editor is working a bit off, once I create a new...

I have responsive grid component in AEM template structure, and by only using React Page component, responsive grid is mapped correctly and rendered in Nextjs. Do you use responsive grid...

> Our top level looked like this: > > ``` > > cqItems={cqItems[Constants.ITEMS_PROP]} > cqItemsOrder={cqItems[Constants.ITEMS_ORDER_PROP]} > cqPath={ModelManager.rootPath} > navigation={navigation} > pageTitle={pageTitle} > title={title} > hideTitle={hideTitle} > breadcrumbs={breadcrumbs} > /> >...