Skip to content

[Discussion] drop the unnecessary conformance for the carousel and grid component. #14

Description

@royhsu

It seems like these two component types only contain index instead of indexPath property.

For example,

// Replace the CollectionComponent protocol.
class CarouselComponent: CollectionComponent { ... }

// With the Component protocol
class CarouselComponent: Component { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions