Technology

Introduction to Shadow DOM

Web Components consists of several independent technologies, Shadow Dom is one of them. Web components are reusable user interface widgets that are created using open Web technology. They are fully browser supported or we can say they are part of the browser, so they don't need external libraries like jQuery or Polymer. Web Components...

by Himanshu Adhikari
Tag: ES6
10-May-2016

Technology

Building ES6 React Component from ES5 Components

We are in a growing technology world and ES versions are evolving very fast. I was working in a react project with ES5 but we had to revamp our ES5 components into ES6 components and I have faced so many problems at each point. So in this blog I am trying to cover some basic steps for how to convert ES5 react components to ES6...

by Mahima Agrawal
Tag: ES6
02-Feb-2016