Added service worker and site caching

This commit is contained in:
2021-07-31 21:21:45 +03:00
parent c416354cfa
commit 96f7f8462b
4 changed files with 50 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import React from "react";
import ReactDOM from "react-dom";
import * as ServiceWorker from "./registerServiceWorker";
import "./index.css";
@ -12,3 +13,4 @@ ReactDOM.render(
document.getElementById("root")
);
ServiceWorker.register();