Tutorials 4
ES2015 Symbol With Babel
The ES2015 symbol is a immutable data type like Strings. The Symbols are unique, unlike string type. In this demo, “We will learn to use ES6 Symbol through coded example”. For this demo we have create ES6BabelDemo project and looks like following screenshot:- The gulp-babel can be installed using npm install gulp-babel command.The following screenshot […]
React Native Android Application Development In Windows
ReactNative provides application experiences on native platforms . At present ReactNative supports ios and Android application development. React Native is popular in developers as it supports learn once, write anywhere. In this demo,”We will learn to setup ReactNative in Windows 8.1 machine for Android application development”. We need to install Android SDK and build tool […]
Browserify With Babel is Babelify
Babel is a JavaScript Compiler.It transform the futuristic javascript(new features and syntax) to the javascript that is supported by browser.It helps developers to use new features/syntaxes of javascript without worry about the browser support. If you want to know more about Babel checkout my previous post in this link. Browserify provides a way to use […]
Copy Text to Clipboard using Clipboard.js
The clipboard.js is the new library for to work with clipboard operation like cut and copy operation. The clipboard.js is a lightweight library having 2KB file. In this Demo,”We will learn to install clipboard.js and use it for a simple example”. The clipboard.js can be installed using npm install clipboard --save command.The following screenshot shows […]