Home  >  Article  >  Web Front-end  >  Introducing some commonly used JavaScript third-party libraries

Introducing some commonly used JavaScript third-party libraries

伊谢尔伦
伊谢尔伦Original
2017-06-16 10:30:454553browse

What are the third-party js libraries? Have you used all the following ones?

1. Inferno


Inferno is a surprisingly fast, only 9kb React-like library for building high-performance user interfaces on both client and server. The purpose of Inferno is to support all the benefits that React offers, as well as other great features for people who are already familiar with the React ecosystem, such as: lifecycle events for functional components, server-side rendering streaming, better real-world performance, lower memory consumption and faster parsing/loading times. Additionally, Inferno allows people to switch their existing React projects to Inferno with just a few lines of code using inferno-compat.

2.Murri


##Muuri is able to create responsive, sortable, filterable and draggable grid layouts and has many features in one library middle.


3. Notyf

Notyf is a super simple, responsive, vanilla javascript plug-in for displaying notifications.

4. Input Masking

input-mask.js allows users to input in the input box according to the preset format.

5. Zooming


Zooming is a javascript library for creating image zoom functions. It features smooth animations, intuitive gestures, pure JavaScript and built-in mobile device support, is easy to integrate and customizable, and scales up to high-resolution images where available.

6. Table Dragger


Table Dragger A pure JavaScript library for building drag-and-drop reorderable tables. It's super easy to set up, with sequential animation sequencing and touch event support.

7. AsciiMorph


AsciiMorph A small standalone JavaScript library for converting ascii art and creations into elements, allowing them to change with morph transitions.

8. Voca


Voca is a JavaScript library for string manipulation. The Voca library provides some practical functions to make string operations more convenient: change case, trim, pad, slugifly, latinise, sprintf’y, truncate, escape, etc. Modular design allows loading of entire libraries or individual functions to minimize application building.

9. MenuSpy


MenuSpy is a JavaScript library that highlights options in navigation menus based on the currently viewed segment.

10. Jsonform


The JSON form library is a JavaScript client library that takes as input a structured data model defined using a JSON schema and returns a Bootstrap-friendly HTML form that matches the schema . The generated HTML form includes client-side validation logic, providing direct inline feedback to the user on form submission (provided a JSON schema validator is provided).

11. Just Forms


Just Forms Pro premium version is a form framework designed to help you create forms by processing form data on the client side, which means, using this framework , you can create a form that can only be used in the user's browser. There are no server-side files for this version of the framework.

12. BunnyJS


BunnyJS is a modern Vanilla JS and ES6 library and next-generation front-end framework, some small independent components with no dependencies. BunnyJS components are just pure JavaScript. Each component is independent and does not depend on each other.

13. Google Map Path Optimization


Google Map Path Optimization is a JavaScript code used to optimize paths in multiple geographical locations.

14. Accesslint


AccesslintJS A JavaScript library to verify the accessibility of your website. Using this library is as simple as loading it before the body tag and you will get all warnings and errors in the DevTools console.

The above is the detailed content of Introducing some commonly used JavaScript third-party libraries. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn