Skip to content

Add memoization #116

Open
Open
@Finesse

Description

@Finesse

This is a feature request

One of the biggest optimizations of a React application I've ever made was memoizing the SVG icon components using React.PureComponent or React.memo. It would be great if the loader emits memoized icon components.

As the loader supports React 15.6.1, the best way to implement the memoization is to use React.PureComponent.

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