# Modernizr Reviews
**Vendor:** Modernizr  
**Category:** [Other IT Management Software](https://www.g2.com/categories/other-it-management)  
**Average Rating:** 4.3/5.0  
**Total Reviews:** 10
## About Modernizr
Modernizr tells you what HTML, CSS and JavaScript features the user’s browser has to offer.




## Modernizr Reviews
  ### 1. Compatible code with little effort

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Graphic Design | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 08, 2018

**What do you like best about Modernizr?**

Thanks to modernizr, I manage to perfectly integrate my websites into different browsers, significantly reducing compatibility issues. One of the most interesting features of the application is that it allows you to download only the libraries you are interested in, in order to make your page faster and avoid code conflicts.

**What do you dislike about Modernizr?**

In some browsers, we have had some problems recreating rounded corners.

**Recommendations to others considering Modernizr:**

It can be very useful for web development teams. In our case, we use it as a starting point for all our websites and have saved a lot of production time by directly avoiding compatibility issues.

**What problems is Modernizr solving and how is that benefiting you?**

It is completely useful and essential as a starting point for all our developments. We use it on web pages, landing pages, e-commerce, etc.

  ### 2. A perfect solution for cross-browser support without the hassle

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 24, 2018

**What do you like best about Modernizr?**

This javascript solution is extremely useful, removing most of the hard work needed to support every browsers, old or new, and allowing you to simply get things to work and easily detect what the troubles could be and react to them by coding around and/or using the workaround present in Modernizr.

**What do you dislike about Modernizr?**

Sometime this can causes some issues with some code that is already present and might need some working around to adapt your existing codebase

**Recommendations to others considering Modernizr:**

This product has been getting more and more useful in the last 5 years, with more and more browser versions and more and more CSS4 now getting into the browsers, it's always useful to be able to detect supported elements

**What problems is Modernizr solving and how is that benefiting you?**

Much older browser support, easily determining how and what can be used in the project as both CSS and JS without having to rely on either badly written custom workaround or detection code.

  ### 3. Improves compatibility with different browsers easily.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Carlos Aogusto M. | Director General, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 20, 2018

**What do you like best about Modernizr?**

It is a very simple tool to use and it saves us time, since it avoids us the work of creating particular templates for each browser.

guarantees compatibility with old browsers, in addition on the official site we can download a version of Modernizr that contains only the features we need, reducing the weight of the file and, consequently, improving the loading speed of our website.


**What do you dislike about Modernizr?**

Modernizr is a good tool, but to use it we must have intermediate or advanced knowledge in javascript and javascript frameworks, since for a beginner it would be very complex.

**Recommendations to others considering Modernizr:**

I recommend this tool to all web developers because it is of great help when correcting compatibilities with the browsers.



**What problems is Modernizr solving and how is that benefiting you?**

Thanks to this tool I have been able to solve problems associated with the visual presentation of websites in different browsers, it is no longer necessary to work independently for each browser.

  ### 4. Modernizr review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 03, 2018

**What do you like best about Modernizr?**

Awesome library for detecting what features are supported for the multitude of browsers and devices.   Very easy to generate a javascript file to include with code.  A must for developing sites that is accessible to to wide range of audiences.

**What do you dislike about Modernizr?**

Nothing obvious, except maybe an extra file to download with requests ... but well worth the costs

**Recommendations to others considering Modernizr:**

A must have for sites to be globally available to all browsers and devices.  Easy to generate necessary  javascript to include in code.

**What problems is Modernizr solving and how is that benefiting you?**

With the wide range of browsers (even different versions of the same browser) and devices available, we needed a way to detect which features we could code or have a degradation alternative.  Modernizr provides this capability with little additional effort.

  ### 5. An excellent resource

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Animation | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 06, 2018

**What do you like best about Modernizr?**

Its ability to recreate through JavaScript what the browser does not interpret properly. It is a simple tool that, accompanied by normalize, forms the perfect team. 
Additionally, it allows you to select only the functions you want in the download to make it even lighter.

**What do you dislike about Modernizr?**

In my case, I had some compatibility issues with some jQuery libraries, but I finally managed to solve it.

**Recommendations to others considering Modernizr:**

Whenever possible, it is recommended to use it to make more reliable and cross-platform web pages.

**What problems is Modernizr solving and how is that benefiting you?**

Web pages much more efficient and with greater guarantees of being displayed correctly in different browsers.

  ### 6. JavaScript library that allows detection of client browser features

**Rating:** 3.5/5.0 stars

**Reviewed by:** Candela G. | Administrador de base de datos, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 31, 2018

**What do you like best about Modernizr?**

The setup is as simple as including the library on the main site of our web, and then making the various calls we need through its API. It offers good documentation to see the different possibilities it presents, as well as usage examples.

**What do you dislike about Modernizr?**

It is necessary to modify the original website to include the library, which is sometimes undesirable and also slightly increases the weight of the website and consequently its loading time. Some of the features it offers are not well documented, and you have to resort to trial and error.

**Recommendations to others considering Modernizr:**

Read the API documentation where everything is available and with examples

**What problems is Modernizr solving and how is that benefiting you?**

To customize websites according to client characteristics. Also to obtain comparative statistics of these characteristics.

  ### 7. Your website for all browsers with just one tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Graphic Design | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 17, 2018

**What do you like best about Modernizr?**

Modernizr is a JS library that cannot be missing from your web project. One of the most common problems in the development and design of web pages, is that web browsers do not behave the same, so modernizr allows you to detect features between browsers, this allows you to optimize our website to work properly in all browsers, or in the most popular. This quality of Modernizr allows us to create solutions adapted to each browser, avoiding erroneous behaviour in our applications or web pages. 

**What do you dislike about Modernizr?**

Modernizr is a tool designed for developers, in order to implement it 100% you must have knowledge of SJ, although this would not be a disadvantage, it can represent a challenge for those who are starting to develop web applications.

**What problems is Modernizr solving and how is that benefiting you?**

This library saves developers a lot of time, allows them to create solutions according to the browser they are using, allows them to develop sites and applications compatible with all browsers. Modernizr is a feature detection library, it can be easily configured and quickly integrated into our projects. This library allows you to control the behavior of our site according to the browser that our users have, this through the detection of browser features. Many features can be detected, for example if your browser has plugins like Adobe Flash installed, or if you can play videos. With modernizr you can adjust the CSS resources, since browsers interpret style sheets differently. 

  ### 8. Really good feature detection that's easy to configure and use.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Jasper H. | Enterprise (> 1000 emp.)

**Reviewed Date:** April 18, 2018

**What do you like best about Modernizr?**

The build tool is very helpful in creating the build you need and it's easy to update an existing build since you are given a link to the current build. Having a standardized API for feature detection is nice.

**What do you dislike about Modernizr?**

A lot of the features are easily detected without the overhead of Modernizr. If you're only looking for local storage detection, just use "if ('localStorage' in window) { ... }" or something similar.

**Recommendations to others considering Modernizr:**

If you need a standardized API for feature detection in the browser, look no further. I wouldn't use it unless you have some tricky features to detect, like some CSS features.

**What problems is Modernizr solving and how is that benefiting you?**

Browser feature detection for better browser support in websites.

  ### 9. Modernizr review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 31, 2018

**What do you like best about Modernizr?**

It's great for front-end development. Helps with cross browser apps.

**What do you dislike about Modernizr?**

The library relies on Javascript. Users can turn off Javascript on their devices and prevent the library from working.

**What problems is Modernizr solving and how is that benefiting you?**

It's very useful to develop line of business applications and websites that reduce the tedious effort of cross browser functionality.

  ### 10. Feature detection

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 24, 2018

**What do you like best about Modernizr?**

Has different options for implementing feature detection. Though it doesn't have any shims for emulating features, one can implement shims based on the Modernizr results

**What do you dislike about Modernizr?**

There was a bit of a learning curve at first

**What problems is Modernizr solving and how is that benefiting you?**

Feature detection, graceful degradation


## Modernizr Discussions
  - [What is Modernizr used for?](https://www.g2.com/discussions/what-is-modernizr-used-for)

- [View Modernizr pricing details and edition comparison](https://www.g2.com/products/modernizr/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-04+15%3A12%3A23+-0500&secure%5Bsession_id%5D=0e39c469-1412-45d4-9ee7-f29124673f53&secure%5Btoken%5D=31a28f4b2dd72cb2cbde1a98255978edeff73eadc5b7fcdf4a15f2542a1819ae&format=llm_user)


## Top Modernizr Alternatives
  - [ConnectWise PSA](https://www.g2.com/products/connectwise-psa/reviews) - 4.0/5.0 (555 reviews)
  - [IBM Cloud Pak for AIOps](https://www.g2.com/products/ibm-cloud-pak-for-aiops/reviews) - 4.2/5.0 (57 reviews)
  - [BMC AMI Ops](https://www.g2.com/products/bmc-ami-ops/reviews) - 4.2/5.0 (27 reviews)

