Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Created May 21, 2018 06:29
Show Gist options
  • Save teimurjan/c96802765e3f6f798d4b114fd7839a0d to your computer and use it in GitHub Desktop.
Save teimurjan/c96802765e3f6f798d4b114fd7839a0d to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
// home.js
import React from "react";
export default () => (
<div className="wrapper">
<h2>Home</h2>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment