반응형 Programming/React9 [React] react active app package.json description react-app/src/package.jsonreact : react is everything we need to actually create our react components.react-dom : react dom is how we add them to the page.react-scripts : react-scripts is how we handle all of our bunding. 2022. 12. 18. Technical terms CDN - Content Delivery Network Props - Props are arguments passed into React components. - Props are passed to components via HTML attributes. Reference - https://www.w3schools.com/react/react_props.asp 2022. 12. 17. [React] React setting up 1. react developer tools extension. - Search "react developer tools" - Add "react developer tools" extension to my browser. 2. Check react developer tools extension - To check react developer tools extension, first acess Airbnb site. ( https://www.airbnb.ca/ ) Click the right mouse button and select "Inspect" from the pop-up screen displayed. - React-related items are displ.. 2022. 12. 15. 이전 1 2 다음 반응형