Refactoring strategies
Explore different strategies for refactoring components.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
Page | Description |
---|---|
Duplicate and replace | Duplicate a component and make changes to the copy. |
Duplicate and modify | Duplicate a component and make changes to the original. |
Flatten and merge | Flatten structures to reduce nesting level. |