PhotonKit UI components for Electron.js
PhotonKit provides a design pattern for building UI for desktop application using Electron.js. You can find more information on PhotonKit in following URL:- http://photonkit.com/components/ PhotonKit provide some common component like header,footer,sidebar and content. In this demo, “We will learn to use PhotonKit in a demo application developed in Electron.js”. You can download the PhotonKit from […]
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 […]