22

CronJ IT Technologies

 4 years ago
source link: https://www.tuicool.com/articles/MJBz2aZ
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

ES6

ECMAScript stands for “European Computer Manufacturers Association Script”. ECMAScript standards are the base for JavaScript, so undoubtedly we can call JavaScript as ECMAScript.

YNbiIvr.png!web

Babel

The most up to date standard in order to write complex modern day JavaScript is BABEL, which is gonna compile your JavaScript using latest ECMAScript standards to work with older browsers. So, you need BABEL to compile that code down to what that code works for you.

Redux(flux)

Redux is a lightweight state management tool and a FLUX pattern which gives a unidirectional data flow and helps you write applications that behave consistently , run in different environments (client, server, and native), and are easy to test.

Webpack

Webpack is a module bundler used to clump the modules together and also for running tasks. Its main responsibility is to bundle JavaScript files for browser usage, not only this but also capable of bundling, packaging or transforming just about any resource or asset.

Virtual DOM

Document Object Model (DOM) is Javascript Client Side API to represent and manipulate Document (HTML/XML).Virtual DOM is a React’s Object that represent the Browsers DOM, Which is intelligent to make changes in the DOM with the help ofDiff Algorithm.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK