Skip to content

Instantly share code, notes, and snippets.

View MerlinOfCode's full-sized avatar

MagicBooks.io MerlinOfCode

View GitHub Profile
import React from 'react';
import $ from "jquery";
class WpPage extends React.Component {
constructor(props) {
super(props);
this.state = {
isLoading:true,
path: this.props.location.pathname
};