{"id":38954,"date":"2024-11-02T02:35:52","date_gmt":"2024-11-02T02:35:52","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=38954"},"modified":"2024-11-26T06:42:50","modified_gmt":"2024-11-26T06:42:50","slug":"%eb%a6%ac%ec%95%a1%ed%8a%b8%eb%a1%9c-%eb%b3%b5%ec%9e%a1%ed%95%9c-%ed%85%8c%ec%9d%b4%eb%b8%94-%ea%b5%ac%ec%b6%95%ed%95%98%ea%b8%b0-%eb%8c%80%eb%9f%89-%eb%8d%b0%ec%9d%b4%ed%84%b0-%ed%85%8c%ec%9d%b4","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/38954\/","title":{"rendered":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131"},"content":{"rendered":"<p><body><\/p>\n<p>\n        \ub9ac\uc561\ud2b8(React)\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8f0 \ub54c \uc720\uc6a9\ud558\uba70, \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\ub294\ub370, \uc774\ub294 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \ucd5c\uc801\ud654\ud558\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140\uc744 \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>1. \ub9ac\uc561\ud2b8 \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\uc758 \uae30\ubcf8 \uad6c\uc870<\/h2>\n<p>\n        \uae30\ubcf8\uc801\uc778 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \uac83\ubd80\ud130 \uc2dc\uc791\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub9ac\uc561\ud2b8\uc5d0\uc11c \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uae30\ubcf8\uc801\uc778 \ubc29\ubc95\uc740 \ubc30\uc5f4 \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \ub9f5\ud551\ud558\uc5ec \uac01 \ub370\uc774\ud130\ub97c \ud14c\uc774\ube14\uc758 \ud589(row)\uc73c\ub85c \uc0dd\uc131\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        <code>\nimport React from 'react';\n\nconst TableComponent = ({ data }) =&gt; {\n    return (\n        <table>\n            <thead>\n                <tr>\n                    <th>ID<\/th>\n                    <th>Name<\/th>\n                    <th>Age<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                {data.map(item =&gt; (\n                    <tr key=\"{item.id}\">\n                        <td>{item.id}<\/td>\n                        <td>{item.name}<\/td>\n                        <td>{item.age}<\/td>\n                    <\/tr>\n                ))}\n            <\/tbody>\n        <\/table>\n    );\n};\n\nexport default TableComponent;\n        <\/code>\n        <\/pre>\n<p>\n        \uc704\uc758 \uc608\uc81c\uc5d0\uc11c \uc6b0\ub9ac\ub294 \uac04\ub2e8\ud55c \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub9cc\ub4e4\uc5b4\uc11c \ub370\uc774\ud130 \ubc30\uc5f4\uc744 \ud14c\uc774\ube14 \ud615\ud0dc\ub85c \ud45c\uc2dc\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub370\uc774\ud130\ub294 \ud504\ub85c\ud37c\ud2f0(data)\ub85c \uc804\ub2ec\ub429\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \uc18c\uaddc\ubaa8 \ub370\uc774\ud130\uc5d0 \uc801\ud569\ud558\uc9c0\ub9cc, \ub300\ub7c9 \ub370\uc774\ud130\uc758 \uacbd\uc6b0 \uc131\ub2a5 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>2. \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654<\/h2>\n<p>\n        \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ub2e4\ub8f0 \ub54c\ub294 \uc131\ub2a5 \ucd5c\uc801\ud654\uac00 \uc911\uc694\ud569\ub2c8\ub2e4. \ud2b9\ud788, \uc2a4\ud06c\ub864 \uc2dc \ud14c\uc774\ube14\uc758 \uc131\ub2a5\uc744 \uac1c\uc120\ud558\uae30 \uc704\ud574 \uac00\uc0c1\ud654 \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ub418\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 <strong>react-window<\/strong>\uc640 <strong>react-virtualized<\/strong>\uc785\ub2c8\ub2e4. \uc774\ub4e4 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \ud654\uba74\uc5d0 \ubcf4\uc774\ub294 \ub370\uc774\ud130\ub9cc \ub80c\ub354\ub9c1\ud558\uc5ec \uc131\ub2a5\uc744 \ud06c\uac8c \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.\n    <\/p>\n<h3>2.1 react-window \uc0ac\uc6a9\ud558\uae30<\/h3>\n<pre>\n        <code>\nimport React from 'react';\nimport { FixedSizeList as List } from 'react-window';\n\nconst Row = ({ index, style, data }) =&gt; (\n    <div style=\"{style}\">\n        <tr>\n            <td>{data[index].id}<\/td>\n            <td>{data[index].name}<\/td>\n            <td>{data[index].age}<\/td>\n        <\/tr>\n    <\/div>\n);\n\nconst VirtualizedTable = ({ data }) =&gt; {\n    return (\n        <list height=\"{400}\" itemcount=\"{data.length}\" itemsize=\"{35}\" width=\"{300}\">\n            {({ index, style }) =&gt; <row data=\"{data}\" index=\"{index}\" style=\"{style}\"><\/row>}\n        <\/list>\n    );\n};\n\nexport default VirtualizedTable;\n        <\/code>\n        <\/pre>\n<p>\n        \uc704 \uc608\uc81c\ub294 react-window\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud14c\uc774\ube14\uc744 \uac00\uc0c1\ud654\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. <code>FixedSizeList<\/code>\ub294 \uace0\uc815\ub41c \ud06c\uae30\uc758 \ub9ac\uc2a4\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \ub9ac\uc2a4\ud2b8 \ud56d\ubaa9\uc758 \uc218\uc5d0 \ub530\ub77c \uace0\uc815\ub41c \ub192\uc774\uc640 \ud3ed\uc744 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc131\ub2a5\uc744 \uadf9\ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>2.2 react-virtualized \uc0ac\uc6a9\ud558\uae30<\/h3>\n<pre>\n        <code>\nimport React from 'react';\nimport { AutoSizer, List } from 'react-virtualized';\n\nconst VirtualizedTableWithAutoSizer = ({ data }) =&gt; {\n    return (\n        <autosizer>\n            {({ height, width }) =&gt; (\n                <list height=\"{height}\" index,=\"\" key,=\"\" rowcount=\"{data.length}\" rowheight=\"{30}\" rowrenderer=\"{({\" style=\"\" width=\"{width}\" })=\"\"> (\n                        <div key=\"{key}\" style=\"{style}\">\n                            {data[index].id} {data[index].name} {data[index].age}\n                        <\/div>\n                    )}\n                \/&gt;\n            )}\n        <\/list><\/autosizer>\n    );\n};\n\nexport default VirtualizedTableWithAutoSizer;\n        <\/code>\n        <\/pre>\n<p>\n        \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 <code>AutoSizer<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud654\uba74 \ud06c\uae30\uc5d0 \ub530\ub77c \ub9ac\uc2a4\ud2b8\uc758 \ud06c\uae30\ub97c \uc790\ub3d9\uc73c\ub85c \uc870\uc815\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub354\uc6b1 \uc720\uc5f0\ud558\uac8c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>3. \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131\ud558\uae30<\/h2>\n<p>\n        \ub370\uc774\ud130 \ud14c\uc774\ube14\uc758 \uc140\uc744 \uc0ac\uc6a9\uc790 \uc815\uc758\ud558\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uac1c\uc120\ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc140\uc758 \ub0b4\uc6a9, \uc2a4\ud0c0\uc77c, \uc774\ubca4\ud2b8\ub97c \uc790\uc720\ub86d\uac8c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 \ub9ac\uc561\ud2b8\uc758 <strong>props<\/strong>\ub97c \uc774\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        <code>\nconst CustomCell = ({ value, isEditable, onChange }) =&gt; {\n    return isEditable ? (\n        <input onchange=\"{onChange}\" type=\"text\" value=\"{value}\"\/>\n    ) : (\n        <span>{value}<\/span>\n    );\n};\n\nconst CustomTable = ({ data, isEditable }) =&gt; {\n    return (\n        <table>\n            <thead>\n                <tr>\n                    <th>ID<\/th>\n                    <th>Name<\/th>\n                    <th>Age<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                {data.map(item =&gt; (\n                    <tr key=\"{item.id}\">\n                        <td><customcell iseditable=\"{isEditable}\" value=\"{item.id}\"><\/customcell><\/td>\n                        <td><customcell iseditable=\"{isEditable}\" value=\"{item.name}\"><\/customcell><\/td>\n                        <td><customcell iseditable=\"{isEditable}\" value=\"{item.age}\"><\/customcell><\/td>\n                    <\/tr>\n                ))}\n            <\/tbody>\n        <\/table>\n    );\n};\n        <\/code>\n        <\/pre>\n<p>\n        \uc704 \uc608\uc81c\uc5d0\uc11c <code>CustomCell<\/code> \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \uc140\uc758 \ub0b4\uc6a9\uc744 \uc870\uac74\ubd80\ub85c \ub80c\ub354\ub9c1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc140\uc774 \ud3b8\uc9d1 \uac00\ub2a5\ud55c\uc9c0 \uc5ec\ubd80\uc5d0 \ub530\ub77c <code>input<\/code> \uc694\uc18c \ub610\ub294 <code>span<\/code> \uc694\uc18c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\ub974\uac8c \ud45c\uc2dc\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>4. \uace0\uae09 \uae30\ub2a5 \ucd94\uac00\ud558\uae30<\/h2>\n<p>\n        \uc774\uc81c \uc6b0\ub9ac\uac00 \ub9cc\ub4e0 \ud14c\uc774\ube14\uc5d0 \uc815\ub82c, \ud544\ud130\ub9c1, \ud398\uc774\uc9d5\uacfc \uac19\uc740 \uace0\uae09 \uae30\ub2a5\uc744 \ucd94\uac00\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub354\uc6b1 \uc0ac\uc6a9\uc790 \uce5c\ud654\uc801\uc778 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uc815\ub82c \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        <code>\nimport React, { useState } from 'react';\n\nconst SortableTable = ({ data }) =&gt; {\n    const [sortConfig, setSortConfig] = useState({ key: 'id', direction: 'ascending' });\n\n    const sortedData = React.useMemo(() =&gt; {\n        let sortableItems = [...data];\n        if (sortConfig !== null) {\n            sortableItems.sort((a, b) =&gt; {\n                if (a[sortConfig.key] &lt; b[sortConfig.key]) {\n                    return sortConfig.direction === 'ascending' ? -1 : 1;\n                }\n                if (a[sortConfig.key] &gt; b[sortConfig.key]) {\n                    return sortConfig.direction === 'ascending' ? 1 : -1;\n                }\n                return 0;\n            });\n        }\n        return sortableItems;\n    }, [data, sortConfig]);\n\n    const requestSort = (key) =&gt; {\n        let direction = 'ascending';\n        if (sortConfig &amp;&amp; sortConfig.key === key &amp;&amp; sortConfig.direction === 'ascending') {\n            direction = 'descending';\n        }\n        setSortConfig({ key, direction });\n    };\n\n    return (\n        <table>\n            <thead>\n                <tr>\n                    <th ==\"\" onclick=\"{()\"> requestSort('id')}&gt;ID<\/th>\n                    <th ==\"\" onclick=\"{()\"> requestSort('name')}&gt;Name<\/th>\n                    <th ==\"\" onclick=\"{()\"> requestSort('age')}&gt;Age<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                {sortedData.map(item =&gt; (\n                    <tr key=\"{item.id}\">\n                        <td>{item.id}<\/td>\n                        <td>{item.name}<\/td>\n                        <td>{item.age}<\/td>\n                    <\/tr>\n                ))}\n            <\/tbody>\n        <\/table>\n    );\n};\n        <\/code>\n        <\/pre>\n<p>\n        \uc704 \ucf54\ub4dc\ub294 \ud14c\uc774\ube14 \ud5e4\ub354\ub97c \ud074\ub9ad\ud560 \ub54c\ub9c8\ub2e4 \ud574\ub2f9 \uc5f4\uc758 \ub370\uc774\ud130\ub97c \uc815\ub82c\ud558\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc815\ub82c \uc0c1\ud0dc\ub294 <code>sortConfig<\/code>\ub77c\ub294 \uc0c1\ud0dc\ubcc0\uc218\ub97c \ud1b5\ud574 \uad00\ub9ac\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\n        \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uac83\uc740 \ud6cc\ub96d\ud55c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ub370\uc774\ud130\uc758 \uc591\uc774 \ub9ce\uc544\uc9c8 \uacbd\uc6b0 \ud32c\uc2dc\ud55c \uae30\ub2a5\ubcf4\ub2e4 \uc131\ub2a5\uc774 \uc911\uc694\ud574\uc9c0\ubbc0\ub85c \ucd5c\uc801\ud654 \uae30\ubc95\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uae30\ubcf8 \ud14c\uc774\ube14 \uad6c\uc870\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec \ub300\ub7c9 \ub370\uc774\ud130 \ucd5c\uc801\ud654, \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131, \uace0\uae09 \uae30\ub2a5 \ucd94\uac00\uae4c\uc9c0 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc804\ud558\ub294 \ub9ac\uc561\ud2b8\ub97c \ud65c\uc6a9\ud558\uc5ec \uc5ec\ub7ec\ubd84\uc758 \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc720\uc6a9\ud55c \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694. \ub2e4\uc591\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc640 \uae30\ub2a5\uc744 \ud1b5\ud574 \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud615 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \ucd94\uac00\uc801\uc73c\ub85c \uc774\ub7ec\ud55c \uad6c\uc131 \uc694\uc18c\ub97c \uc2e4\uc81c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \ub354 \uae4a\uc774 \ud0d0\uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4.\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub9ac\uc561\ud2b8(React)\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8f0 \ub54c \uc720\uc6a9\ud558\uba70, \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\ub294\ub370, \uc774\ub294 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \ucd5c\uc801\ud654\ud558\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140\uc744 \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub9ac\uc561\ud2b8 \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\uc758 \uae30\ubcf8 \uad6c\uc870 \uae30\ubcf8\uc801\uc778 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \uac83\ubd80\ud130 \uc2dc\uc791\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/38954\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131&#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-38954","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 \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \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\/38954\/\" \/>\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 \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ub9ac\uc561\ud2b8(React)\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8f0 \ub54c \uc720\uc6a9\ud558\uba70, \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\ub294\ub370, \uc774\ub294 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \ucd5c\uc801\ud654\ud558\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140\uc744 \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub9ac\uc561\ud2b8 \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\uc758 \uae30\ubcf8 \uad6c\uc870 \uae30\ubcf8\uc801\uc778 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \uac83\ubd80\ud130 \uc2dc\uc791\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/38954\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T02:35:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:50+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\/38954\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38954\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131\",\"datePublished\":\"2024-11-02T02:35:52+00:00\",\"dateModified\":\"2024-11-26T06:42:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38954\/\"},\"wordCount\":9,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"React\ud504\ub860\ud2b8\uc5d4\ub4dc\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/38954\/\",\"url\":\"https:\/\/atmokpo.com\/w\/38954\/\",\"name\":\"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T02:35:52+00:00\",\"dateModified\":\"2024-11-26T06:42:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38954\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/38954\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/38954\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131\"}]},{\"@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 \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \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\/38954\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ub9ac\uc561\ud2b8(React)\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8f0 \ub54c \uc720\uc6a9\ud558\uba70, \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\ub294\ub370, \uc774\ub294 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \ucd5c\uc801\ud654\ud558\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140\uc744 \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub9ac\uc561\ud2b8 \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\uc758 \uae30\ubcf8 \uad6c\uc870 \uae30\ubcf8\uc801\uc778 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \uac83\ubd80\ud130 \uc2dc\uc791\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131\"","og_url":"https:\/\/atmokpo.com\/w\/38954\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T02:35:52+00:00","article_modified_time":"2024-11-26T06:42:50+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\/38954\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/38954\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131","datePublished":"2024-11-02T02:35:52+00:00","dateModified":"2024-11-26T06:42:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/38954\/"},"wordCount":9,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["React\ud504\ub860\ud2b8\uc5d4\ub4dc"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/38954\/","url":"https:\/\/atmokpo.com\/w\/38954\/","name":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T02:35:52+00:00","dateModified":"2024-11-26T06:42:50+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/38954\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/38954\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/38954\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub300\ub7c9 \ub370\uc774\ud130 \ud14c\uc774\ube14 \ucd5c\uc801\ud654 \ubc0f \uc0ac\uc6a9\uc790 \uc815\uc758 \uc140 \uad6c\uc131"}]},{"@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\/38954","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=38954"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38954\/revisions"}],"predecessor-version":[{"id":38955,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38954\/revisions\/38955"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=38954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=38954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=38954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}