Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / chain-able-deps   js

Repository URL to install this package:

Version: 6.0.4 

/ src / loop / README.md

@TODO - @mapKeyAlias (loop over keys, add new indexes)

  • ramda
    • has a sanctuary structure to keep a standard, very extendable
    • is super hard to read [has a perf hit with the additional keys (minor)]
  • lodash
    • has more functions to have easier ones to use the one you need,
    • but they are
  • chain-able
    • has chains to iterate & transform on the classes which have the best names
    • has larger file size, longer to implement in a way that can be used fp & oop
    • could easily handle compatibility to allow api usage with ramda &| lodash, external functionality