Skip to content

Pick one: Lodash or Ramda and import modularly #48

Description

@ChristopherChudzicki

Since this project is being used in OCW we are interested in trimming its size.

Currently, all of lodash is being included in OCW because of its dependency here. (Admittedly, that's arguably a treeshaking issue on OCW's side). Additionally, this project is including both lodash and ramda which overlap heavily. So let's pick one.

Acceptance Criteria

  • do not include both lodash and ramda
  • use modular imports ("lodash/cloneDeep" or "ramda/src/whatever" rather than including the whole library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions