Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import React from "react";
  2. import { hydrate } from "react-dom";
  3. import App from "./app";
  4.  
  5. hydrate(<App />,document.getElementById("app"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement