react web game :

componentDidMount 안에 setInterval 넣기
This commit is contained in:
haerong22
2021-03-06 00:38:25 +09:00
parent 165b4e4fd6
commit 37c8a5c61c
5 changed files with 1090 additions and 1287 deletions

View File

@@ -1,5 +1,6 @@
import React from "react";
import ReactDom from "react-dom";
import RSP from "./RSP";
ReactDom.render(<RSP />, document.querySelector("#root"));