1
Create-React-App 애플리케이션에서 index.html과 index.js 간의 연결은 어디에 있습니까?
나는 반작용 만들기 앱으로 재생 시작 해요,하지만 난 어떻게 이해할 수없는 index.js내부를로드됩니다 index.html. 다음은 html 코드입니다. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <!-- Notice the use of %PUBLIC_URL% in the tag above. It will be replaced with the URL of the …