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% …