Skip to content

Still creates a new function for every render. #2

@BerkeleyTrue

Description

@BerkeleyTrue

The purpose of this module is to avoid new function creation on render, yet what you provide here is a factory function that creates a new function on every render, which defeats the purpose of avoiding bind in a render function.

Perhaps you want to introduce some sort of memorization?

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