adobe / adobe/aem-react-editable-components

[feature] V2 Migration Guide

Open
#141 14 comments 6 reactions 0 assignees View on GitHub
feature-request
Dominant language
TypeScript
Stars
68
Forks
35
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
We would like to migrate to the latest version of this package (2.x.x) but there is no migration guide and we can't find any examples of how to use the new components with "composition" and move away from class inheritance .

**Describe the solution you'd like**
A V1 to V2 migration guide or some clear examples of how to use features such as Page and ResponsiveGrid

**Describe alternatives you've considered**
We have trawled through changelogs, release logs, PRs and unit tests but it is still not clear how to migrate from V1 effectively

**Additional context**
As a direct example, how would we pass the author components down, like we do for class components with "this.childComponents"

```
class GenericCmsPage extends Page {
render() {
...
{this.childComponents}
...
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.