{"id":39016,"date":"2024-11-02T02:36:21","date_gmt":"2024-11-02T02:36:21","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39016"},"modified":"2024-11-26T06:42:39","modified_gmt":"2024-11-26T06:42:39","slug":"%eb%a6%ac%ec%95%a1%ed%8a%b8%eb%a1%9c-%eb%8c%80%ec%8b%9c%eb%b3%b4%eb%93%9c-%eb%a7%8c%eb%93%a4%ea%b8%b0-%ec%82%ac%ec%9a%a9%ec%9e%90-%ec%84%a4%ec%a0%95%ec%9d%84-%ec%a0%80%ec%9e%a5%ed%95%98%eb%8a%94","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39016\/","title":{"rendered":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00"},"content":{"rendered":"<p><body><\/p>\n<p>\n        \ud604\ub300\uc758 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud654\uac00 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9de\ucda4 \uc124\uc815\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uba74,<br \/>\n        \uc0ac\uc6a9\uc790\uac00 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub354 \ud3b8\ub9ac\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub294 \uacb0\uad6d \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4.<br \/>\n        \uc774 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\uc2dc\ubcf4\ub4dc\ub97c \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h2>\n<p>\n        \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. Create React App\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud504\ub85c\uc81d\ud2b8\ub97c \uac04\ub2e8\ud788 \uc124\uc815\ud569\ub2c8\ub2e4.<br \/>\n        \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0c8\ub85c\uc6b4 React \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        npx create-react-app my-dashboard\n        cd my-dashboard\n        npm start\n    <\/pre>\n<h3>2. \uae30\ubcf8 \ub300\uc2dc\ubcf4\ub4dc \ub808\uc774\uc544\uc6c3 \ub9cc\ub4e4\uae30<\/h3>\n<p>\n        \ub300\uc2dc\ubcf4\ub4dc\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc774\ub4dc\ubc14, \ud5e4\ub354, \ucf58\ud150\uce20 \uc601\uc5ed \ub4f1\uc73c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4.<br \/>\n        \uba3c\uc800 \uae30\ubcf8\uc801\uc778 \ub808\uc774\uc544\uc6c3\uc744 \uc815\uc758\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        \/\/ src\/App.js\n        import React from 'react';\n        import '.\/App.css';\n\n        function App() {\n            return (\n                <div classname=\"app\">\n                    <header classname=\"app-header\">\n                        <h1>\ub300\uc2dc\ubcf4\ub4dc<\/h1>\n                    <\/header>\n                    <div classname=\"app-body\">\n                        <nav classname=\"app-sidebar\">\n                            <ul>\n                                <li>\ud648<\/li>\n                                <li>\ud1b5\uacc4<\/li>\n                                <li>\uc124\uc815<\/li>\n                            <\/ul>\n                        <\/nav>\n                        <main classname=\"app-content\">\n                            <h2>\ud658\uc601\ud569\ub2c8\ub2e4!<\/h2>\n                            <p>\uc774\uacf3\uc5d0\uc11c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/main>\n                    <\/div>\n                <\/div>\n            );\n        }\n\n        export default App;\n    <\/pre>\n<h3>3. \uc0ac\uc6a9\uc790 \uc124\uc815 \uc800\uc7a5\ud558\uae30<\/h3>\n<p>\n        \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\uae30 \uc704\ud574\uc11c\ub294 React\uc758 \uc0c1\ud0dc(state)\ub97c \uc0ac\uc6a9\ud558\uace0,<br \/>\n        \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0(localStorage)\ub97c \ud65c\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ub97c \uc601\uad6c\uc801\uc73c\ub85c \uc800\uc7a5\ud569\ub2c8\ub2e4.<br \/>\n        \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\uc790 \uc124\uc815\uc73c\ub85c\ub294 \ub2e4\ud06c \ubaa8\ub4dc \ubc0f \uc5b8\uc5b4 \uc124\uc815\uc744 \uace0\ub824\ud574 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h4>3.1 \uc0c1\ud0dc \uad00\ub9ac<\/h4>\n<p>\n        \ub2e4\uc74c \uc608\uc2dc\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \ud14c\ub9c8\ub97c \uc800\uc7a5\ud558\ub294 \uac04\ub2e8\ud55c \uc124\uc815\uc744 \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        \/\/ src\/App.js\n        import React, { useState, useEffect } from 'react';\n        import '.\/App.css';\n\n        function App() {\n            const [darkMode, setDarkMode] = useState(false);\n\n            useEffect(() =&gt; {\n                const savedMode = localStorage.getItem('darkMode');\n                if (savedMode) {\n                    setDarkMode(JSON.parse(savedMode));\n                }\n            }, []);\n\n            useEffect(() =&gt; {\n                localStorage.setItem('darkMode', darkMode);\n            }, [darkMode]);\n\n            const toggleDarkMode = () =&gt; {\n                setDarkMode((prevMode) =&gt; !prevMode);\n            };\n\n            return (\n                <div 'app=\"\" 'app'}=\"\" :=\"\" ?=\"\" classname=\"{darkMode\" dark'=\"\">\n                    <header classname=\"app-header\">\n                        <h1>\ub300\uc2dc\ubcf4\ub4dc<\/h1>\n                        <button onclick=\"{toggleDarkMode}\">\n                            {darkMode ? '\ub77c\uc774\ud2b8 \ubaa8\ub4dc' : '\ub2e4\ud06c \ubaa8\ub4dc'}\n                        <\/button>\n                    <\/header>\n                    <div classname=\"app-body\">\n                        <nav classname=\"app-sidebar\">\n                            <ul>\n                                <li>\ud648<\/li>\n                                <li>\ud1b5\uacc4<\/li>\n                                <li>\uc124\uc815<\/li>\n                            <\/ul>\n                        <\/nav>\n                        <main classname=\"app-content\">\n                            <h2>\ud658\uc601\ud569\ub2c8\ub2e4!<\/h2>\n                            <p>\uc774\uacf3\uc5d0\uc11c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/main>\n                    <\/div>\n                <\/div>\n            );\n        }\n\n        export default App;\n\n        \/\/ src\/App.css\n        .app {\n            background-color: white;\n            color: black;\n            transition: background-color 0.5s, color 0.5s;\n        }\n\n        .app.dark {\n            background-color: black;\n            color: white;\n        }\n    <\/pre>\n<h4>3.2 \uc124\uc815 \ubc0f \uad00\ub9ac<\/h4>\n<p>\n        \uc0ac\uc6a9\uc790 \uc124\uc815 \ubc84\ud2bc\uc744 \ucd94\uac00\ud558\uc5ec \uc0ac\uc6a9\uc790\uac00 \ubaa8\ub4dc\ub97c \uc804\ud658\ud560 \uc218 \uc788\ub3c4\ub85d \ud558\uc600\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc774\ub294 \ubc84\ud2bc \ud074\ub9ad \uc2dc \uc0c1\ud0dc\uac00 \ubcc0\uacbd\ub418\uace0, \ubcc0\uacbd\ub41c \uc0c1\ud0dc\uac00 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ub418\ub3c4\ub85d \ud558\uc5ec<br \/>\n        \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc9c0\uc18d\uc801\uc73c\ub85c \uc720\uc9c0\ud558\uac8c \ub429\ub2c8\ub2e4.\n    <\/p>\n<h2>4. \ucd94\uac00\uc801\uc778 \uc0ac\uc6a9\uc790 \uc124\uc815 \uad6c\ud604<\/h2>\n<p>\n        \uc774\uc81c \uac04\ub2e8\ud55c \uc5b8\uc5b4 \uc124\uc815 \uae30\ub2a5\uc744 \ucd94\uac00\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\n        \ub2e4\uad6d\uc5b4 \uc9c0\uc6d0\uc744 \uc704\ud574 \uc5b8\uc5b4 \uc120\ud0dd \ub4dc\ub86d\ub2e4\uc6b4\uc744 \ucd94\uac00\ud558\uace0 \uc0ac\uc6a9\uc790\uac00 \uc120\ud0dd\ud55c \uc5b8\uc5b4\ub97c \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        \/\/ src\/App.js\n        import React, { useState, useEffect } from 'react';\n        import '.\/App.css';\n\n        function App() {\n            const [darkMode, setDarkMode] = useState(false);\n            const [language, setLanguage] = useState('ko');\n\n            useEffect(() =&gt; {\n                const savedMode = localStorage.getItem('darkMode');\n                if (savedMode) {\n                    setDarkMode(JSON.parse(savedMode));\n                }\n                \n                const savedLanguage = localStorage.getItem('language');\n                if (savedLanguage) {\n                    setLanguage(savedLanguage);\n                }\n            }, []);\n\n            useEffect(() =&gt; {\n                localStorage.setItem('darkMode', darkMode);\n            }, [darkMode]);\n\n            useEffect(() =&gt; {\n                localStorage.setItem('language', language);\n            }, [language]);\n\n            const toggleDarkMode = () =&gt; {\n                setDarkMode((prevMode) =&gt; !prevMode);\n            };\n\n            const handleLanguageChange = (event) =&gt; {\n                setLanguage(event.target.value);\n            };\n\n            return (\n                <div 'app=\"\" 'app'}=\"\" :=\"\" ?=\"\" classname=\"{darkMode\" dark'=\"\">\n                    <header classname=\"app-header\">\n                        <h1>\ub300\uc2dc\ubcf4\ub4dc<\/h1>\n                        <button onclick=\"{toggleDarkMode}\">\n                            {darkMode ? '\ub77c\uc774\ud2b8 \ubaa8\ub4dc' : '\ub2e4\ud06c \ubaa8\ub4dc'}\n                        <\/button>\n                        <select onchange=\"{handleLanguageChange}\" value=\"{language}\">\n                            <option value=\"ko\">\ud55c\uad6d\uc5b4<\/option>\n                            <option value=\"en\">\uc601\uc5b4<\/option>\n                        <\/select>\n                    <\/header>\n                    <div classname=\"app-body\">\n                        <nav classname=\"app-sidebar\">\n                            <ul>\n                                <li>\ud648<\/li>\n                                <li>\ud1b5\uacc4<\/li>\n                                <li>\uc124\uc815<\/li>\n                            <\/ul>\n                        <\/nav>\n                        <main classname=\"app-content\">\n                            <h2>{language === 'ko' ? '\ud658\uc601\ud569\ub2c8\ub2e4!' : 'Welcome!'}<\/h2>\n                            <p>{language === 'ko' ? '\uc774\uacf3\uc5d0\uc11c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.' : 'You can check various data here.'}<\/p>\n                        <\/main>\n                    <\/div>\n                <\/div>\n            );\n        }\n\n        export default App;\n    <\/pre>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\n        \uc774\uc81c \uc6b0\ub9ac\ub294 React\ub85c \uac04\ub2e8\ud55c \ub300\uc2dc\ubcf4\ub4dc\ub97c \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5\uc744 \uad6c\ud604\ud588\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc774 \uae30\ubcf8\uc801\uc778 \uac1c\ub150\uc744 \ubc14\ud0d5\uc73c\ub85c \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \ud655\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc608\ub97c \ub4e4\uc5b4, API\uc640 \ud1b5\uc2e0\ud558\uc5ec \ub3d9\uc801\uc73c\ub85c \ub370\uc774\ud130\ub97c \ubd88\ub7ec\uc624\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc11c\ubc84 \uce21\uc5d0\uc11c \uad00\ub9ac\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc774 \uae00\uc744 \ud1b5\ud574 \uae30\ubcf8\uc801\uc778 \uc124\uc815\uc744 \uc774\ud574\ud558\uace0, \uc790\uc2e0\ub9cc\uc758 \ub300\uc2dc\ubcf4\ub4dc\ub97c \uac1c\ubc1c\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.\n    <\/p>\n<h2>6. \ucc38\uace0 \uc790\ub8cc<\/h2>\n<ul>\n<li><a href=\"https:\/\/reactjs.org\/docs\/getting-started.html\">React \uacf5\uc2dd \ubb38\uc11c<\/a><\/li>\n<li><a href=\"https:\/\/developer.mozilla.org\/ko\/docs\/Web\/API\/Window\/localStorage\">MDN\uc758 localStorage \ubb38\uc11c<\/a><\/li>\n<li><a href=\"https:\/\/www.w3schools.com\/react\/react_intro.asp\">W3Schools\uc758 React \uc18c\uac1c<\/a><\/li>\n<\/ul>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud604\ub300\uc758 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud654\uac00 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9de\ucda4 \uc124\uc815\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uba74, \uc0ac\uc6a9\uc790\uac00 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub354 \ud3b8\ub9ac\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub294 \uacb0\uad6d \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\uc2dc\ubcf4\ub4dc\ub97c \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc124\uc815\ud574\uc57c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39016\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[191],"tags":[],"class_list":["post-39016","post","type-post","status-publish","format-standard","hentry","category-react"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/39016\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud604\ub300\uc758 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud654\uac00 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9de\ucda4 \uc124\uc815\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uba74, \uc0ac\uc6a9\uc790\uac00 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub354 \ud3b8\ub9ac\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub294 \uacb0\uad6d \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\uc2dc\ubcf4\ub4dc\ub97c \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc124\uc815\ud574\uc57c &hellip; \ub354 \ubcf4\uae30 &quot;\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39016\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T02:36:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:39+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00\",\"datePublished\":\"2024-11-02T02:36:21+00:00\",\"dateModified\":\"2024-11-26T06:42:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/\"},\"wordCount\":18,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"React\ud504\ub860\ud2b8\uc5d4\ub4dc\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39016\/\",\"name\":\"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T02:36:21+00:00\",\"dateModified\":\"2024-11-26T06:42:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39016\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39016\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/39016\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud604\ub300\uc758 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud654\uac00 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9de\ucda4 \uc124\uc815\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uba74, \uc0ac\uc6a9\uc790\uac00 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub354 \ud3b8\ub9ac\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub294 \uacb0\uad6d \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\uc2dc\ubcf4\ub4dc\ub97c \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uc5d0 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc124\uc815\ud574\uc57c &hellip; \ub354 \ubcf4\uae30 \"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00\"","og_url":"https:\/\/atmokpo.com\/w\/39016\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T02:36:21+00:00","article_modified_time":"2024-11-26T06:42:39+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39016\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39016\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00","datePublished":"2024-11-02T02:36:21+00:00","dateModified":"2024-11-26T06:42:39+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39016\/"},"wordCount":18,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["React\ud504\ub860\ud2b8\uc5d4\ub4dc"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39016\/","url":"https:\/\/atmokpo.com\/w\/39016\/","name":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T02:36:21+00:00","dateModified":"2024-11-26T06:42:39+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39016\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39016\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39016\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ub9ac\uc561\ud2b8\ub85c \ub300\uc2dc\ubcf4\ub4dc \ub9cc\ub4e4\uae30, \uc0ac\uc6a9\uc790 \uc124\uc815\uc744 \uc800\uc7a5\ud558\ub294 \uae30\ub2a5 \ucd94\uac00"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39016","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=39016"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39016\/revisions"}],"predecessor-version":[{"id":39017,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39016\/revisions\/39017"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39016"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39016"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}