All Projects → marvinhagemeister → Smoldash

marvinhagemeister / Smoldash

Licence: mit
Smoldash, A tiny lodash alternative built for the modern web

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Smoldash

React Lodash
⚛️ 🔧 Lodash as React components
Stars: ✭ 306 (+363.64%)
Mutual labels:  utility, lodash
rudash
Rudash - Lodash for Ruby Apps
Stars: ✭ 27 (-59.09%)
Mutual labels:  utility, lodash
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (+524.24%)
Mutual labels:  utility, lodash
Rationale
Ramda inspired library of helper functions for ReasonML
Stars: ✭ 275 (+316.67%)
Mutual labels:  utility, lodash
Pydash
The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
Stars: ✭ 728 (+1003.03%)
Mutual labels:  utility, lodash
Ngx Infinite Scroll
Infinite Scroll Directive for Angular
Stars: ✭ 1,024 (+1451.52%)
Mutual labels:  utility
Yippy
macOS open source clipboard manager
Stars: ✭ 57 (-13.64%)
Mutual labels:  utility
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+1425.76%)
Mutual labels:  tiny
Wtf
Whitespace Total Fixer
Stars: ✭ 40 (-39.39%)
Mutual labels:  utility
Tiny Site
图片优化
Stars: ✭ 65 (-1.52%)
Mutual labels:  tiny
Lodash Webpack Plugin
Smaller modular Lodash builds.
Stars: ✭ 1,106 (+1575.76%)
Mutual labels:  lodash
Rambda
Faster and smaller alternative to Ramda
Stars: ✭ 1,066 (+1515.15%)
Mutual labels:  lodash
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-31.82%)
Mutual labels:  utility
Clc
Tiny bash utility for coloring terminal output and prompt
Stars: ✭ 58 (-12.12%)
Mutual labels:  tiny
Qrcp
⚡ Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
Stars: ✭ 8,216 (+12348.48%)
Mutual labels:  utility
Zplutility
ZPL Utility, a .net tool library helping to generate ZPL string
Stars: ✭ 60 (-9.09%)
Mutual labels:  utility
Graphql Lodash
🛠 Data manipulation for GraphQL queries with lodash syntax
Stars: ✭ 1,003 (+1419.7%)
Mutual labels:  lodash
Is Empty
Check whether a value is empty.
Stars: ✭ 47 (-28.79%)
Mutual labels:  utility
Microtext.js
A micro JavaScript utility for processing text.
Stars: ✭ 59 (-10.61%)
Mutual labels:  utility
C Utils
Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.
Stars: ✭ 47 (-28.79%)
Mutual labels:  utility

Smoldash logo

Smoldash - Tiny Lodash alternative

Note: This library hasn't been battle tested yet. There may be bugs, although none have been reported so far.

Lodash is an amazing utility library for JavaScript, but with recent additions to the ECMAScript much of it can be replaced with vanilla features. This library aims to be a thinner alternative with modern browsers in mind.

Supported functions:

  • _.at
  • _.clone
  • _.cloneDeep
  • _.compact
  • _.find
  • _.flatten
  • _.flow
  • _.forEach
  • _.get
  • _.has
  • _.head
  • _.indexOf
  • _.isEmpty
  • _.isEqual
  • _.kebabCase
  • _.merge
  • _.once
  • _.pickBy
  • _.range
  • _.sortBy
  • _.take
  • _.uniqBy
  • _.uniqueId

Installation

npm install smoldash
# or via yarn
yarn add smoldash

License

MIT, see the LICENSE file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].