1
Bir Create-React-App uygulamasında index.html ve index.js arasındaki bağlantı nerede?
Create React Uygulaması ile oynamaya başlıyorum, ancak index.jsiçeride nasıl yüklendiğini anlayamıyorum index.html. Bu html kodudur: <!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 `public` …