adobe / aem-guides-wknd-spa

MIT License
71 stars 97 forks source link

aem-react-editable-components and cq-react-editable-components, what is the difference? #10

Closed marcjermaine-pontiveros closed 3 years ago

marcjermaine-pontiveros commented 3 years ago

I was trying to re-implement the Custom component in our project and realized that the Custom component in this example uses a library different from other components (e.g. Image, Text). Using the import cq-react-editable-components for Custom component currently makes it unusable in Author. I'm thinking that cq-react-editable-components are used for Core Components like Image and Text while aem-react-editable-components are for custom components like Custom component. Is this correct? Thanks!