Product Avatar Image

Underscore.js

Show rating breakdown
14 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.4
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

8
6
0
0
0

Underscore.js Reviews

Review Filters
Profile Name
Star Rating
8
6
0
0
0
AA
Anthony A.
09/16/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Underscorejs provides a bunch of useful javascript utility functions

The library has as a load of reusable cross-browser functions that perform common operations but with better performance gains
Ginoy G.
GG
Ginoy G.
Software Engineer at Walmart Labs
04/08/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

JavaScript utility belt which is both light weight and awesome

UnderscoreJs is pretty lightweight but packs some very useful methods for collection manipulations and templating in javascript. I used _.template() primarily for HTML templating and manipulating objects and collections. Methods like _.pluck and _.shuffle give powerful abstractions to filter arrays of objects without the need for heavy boilerplate code. The _.throttle and _.debounce methods come in handy when you need to throttle and control a burst of potentially repeated user inputs on a webpage. UnderscoreJs is also available on NodeJs platform as a managed dependency via npm registry.
Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
01/22/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

User Friendly Library

Developer friendly utility library which does the task of functional operations for any web application.

About

Contact

HQ Location:
N/A

Social

@underscoredotjs

What is Underscore.js?

Underscore.js is a JavaScript library that provides a comprehensive set of utility functions for common programming tasks. It is designed to work seamlessly with JavaScript and provides functional helpers for working with arrays, objects, and other data types. Some of the key features include functions for manipulating collections, creating templates, and performing operations like filtering, mapping, and reducing. By offering these utilities, Underscore.js enables developers to write cleaner and more efficient JavaScript code.

Details