Skip to content

Instantly share code, notes, and snippets.

View Mayankgupta688's full-sized avatar
💭
Corporate and Online Trainer with 8+ years of Experience...

Mayank Gupta Mayankgupta688

💭
Corporate and Online Trainer with 8+ years of Experience...
View GitHub Profile
import React from "react";
var HigherOrderComponent = function(WrappedComponent) {
return class EmployeeDetailComponents extends React.Component {
constructor() {
super();
this.state = getEmployeeData();
}