#javascript

Found 139 articles tagged with #javascript

JavaScript Free Books

Notable online free books for you to learn JavaScript from beginner to advanced.

Oct 29, 2020#javascript#lists

Top 10 JavaScript Data Validation Libraries

This is especially useful in situations like accepting arbitrary input in a REST or GraphQL API. It can even be used to validate internal data structures at runtime when needed.

JavaScript i18n Libraries

Notable JavaScript internationalization libraries that plays nicely with all major front-end frameworks.

Top 10 JavaScript Animation Libraries

Animation in JavaScript has advanced drastically in all directions you can imagine, from animating text or an image to full-fledged 3D animation with tools like WebGL.

JavaScript Testing Frameworks

Notable testing frameworks to test JavaScript applications on Node or browser.

JavaScript Template Engines

Popular template engines to combine template and the context to produce a complete content at runtime.

JavaScript Frontend Frameworks

React is still leading as the most used framework, Angular surprisingly still second, Vue catching up nicely in the third place, and Svelte in fourth.

JavaScript Flavors

Popular languages that compile to JavaScript, currently active and used by many developers.

Sep 14, 2020#javascript#lists

Webpack - The Most Powerful JavaScript Module Bundler

This complete guide explains everything about Webpack, what it is, how it works, how to setup it for both development and production.

Babel - The Best JavaScript Compiler

We all know Babel is used to convert JavaScript code between versions but quite confused whether to call it a compiler, transpiler or….