{"id":38940,"date":"2024-11-02T02:35:47","date_gmt":"2024-11-02T02:35:47","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=38940"},"modified":"2024-11-26T06:42:52","modified_gmt":"2024-11-26T06:42:52","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%a6%ac%ec%b9%98-%eb%8d%b0%ec%9d%b4%ed%84%b0-%ed%85%8c%ec%9d%b4","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/38940\/","title":{"rendered":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac"},"content":{"rendered":"<p>\n    \ub9ac\uc561\ud2b8(React)\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.<br \/>\n    \ud2b9\ud788, \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc788\uc5b4 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4.<br \/>\n    \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc774\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\n    \uc774 \ud14c\uc774\ube14\uc740 \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\uc5ec, \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h2>\n<p>\n    \ub9ac\uc561\ud2b8 \ud504\ub85c\uc81d\ud2b8\ub97c \uc2dc\uc791\ud558\uae30 \uc704\ud574\uc11c\ub294 <code>create-react-app<\/code>\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre><code>npx create-react-app rich-data-table<\/code><\/pre>\n<p>\n    \ud504\ub85c\uc81d\ud2b8 \ub514\ub809\ud1a0\ub9ac\ub85c \uc774\ub3d9\ud55c \ud6c4 \ud544\uc694\ud55c \ud328\ud0a4\uc9c0\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.\n<\/p>\n<pre><code>cd rich-data-table\nnpm install axios react-table<\/code><\/pre>\n<h2>2. \ub370\uc774\ud130 \uc900\ube44<\/h2>\n<p>\n    \ud1b5\uc0c1\uc801\uc73c\ub85c \ubcf5\uc7a1\ud55c \ub370\uc774\ud130\ub294 \uc678\ubd80 API\ub97c \ud1b5\ud574 \ubd88\ub7ec\uc635\ub2c8\ub2e4.<br \/>\n    \uc774\ubc88 \uc608\uc81c\uc5d0\uc11c\ub294 \uac00\uc0c1\uc758 \uc0ac\uc6a9\uc790 \ub370\uc774\ud130\ub97c JSON \ud615\ud0dc\ub85c \uc774\uc6a9\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre><code>const data = [\n    { id: 1, name: 'John Doe', age: 28, email: 'john@example.com' },\n    { id: 2, name: 'Jane Smith', age: 34, email: 'jane@example.com' },\n    { id: 3, name: 'Mike Johnson', age: 45, email: 'mike@example.com' },\n    \/\/ ... \ucd94\uac00 \ub370\uc774\ud130\n];<\/code><\/pre>\n<h2>3. \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8 \ub9cc\ub4e4\uae30<\/h2>\n<p>\n    \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 React Table \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<br \/>\n    \uc774 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \ub9e4\uc6b0 \uc720\uc5f0\ud558\uace0 \ud3b8\ub9ac\ud55c API\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<br \/>\n    \ub2e4\uc74c\uc740 \uae30\ubcf8\uc801\uc778 \ud14c\uc774\ube14 \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc124\uc815\ud558\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4.\n<\/p>\n<pre><code>import React from 'react';\nimport { useTable, useFilters, usePagination, useSortBy } from 'react-table';\n\nconst DataTable = ({ columns, data }) =&gt; {\n    const {\n        getTableProps,\n        getTableBodyProps,\n        headerGroups,\n        rows,\n        prepareRow,\n        state,\n        setFilter,\n        gotoPage,\n        pageCount,\n        canNextPage,\n        canPreviousPage,\n        nextPage,\n        previousPage,\n        page,\n    } = useTable(\n        {\n            columns,\n            data,\n        },\n        useFilters,\n        useSortBy,\n        usePagination\n    );\n\n    return (\n        <div>\n            <input ''}=\"\" ==\"\" onchange=\"{e\" value=\"{state.filters[0]?.value\" ||=\"\"\/> setFilter('name', e.target.value)}\n                placeholder=\"Filter by name\"\n            \/&gt;\n            <table {...gettableprops()}=\"\">\n                <thead>\n                    {headerGroups.map(headerGroup =&gt; (\n                        <tr {...headergroup.getheadergroupprops()}=\"\">\n                            {headerGroup.headers.map(column =&gt; (\n                                <th {...column.getheaderprops(column.getsortbytoggleprops())}=\"\">\n                                    {column.render('Header')}\n                                    <span>\n                                        {column.isSorted\n                                            ? column.isSortedDesc\n                                                ? ' \ud83d\udd3d'\n                                                : ' \ud83d\udd3c'\n                                            : ''}\n                                    <\/span>\n                                <\/th>\n                            ))}\n                        <\/tr>\n                    ))}\n                <\/thead>\n                <tbody {...gettablebodyprops()}=\"\">\n                    {rows.map(row =&gt; {\n                        prepareRow(row);\n                        return (\n                            <tr {...row.getrowprops()}=\"\">\n                                {row.cells.map(cell =&gt; {\n                                    return <td {...cell.getcellprops()}=\"\">{cell.render('Cell')}<\/td>;\n                                })}\n                            <\/tr>\n                        );\n                    })}\n                <\/tbody>\n            <\/table>\n            <div>\n                <button ==\"\" onclick=\"{()\"> gotoPage(0)} disabled={!canPreviousPage}&gt;\n                    {'&lt;&lt;'}\n                <\/button>{' '}\n                <button ==\"\" onclick=\"{()\"> previousPage()} disabled={!canPreviousPage}&gt;\n                    {'&lt;'}\n                <\/button>{' '}\n                <button ==\"\" onclick=\"{()\"> nextPage()} disabled={!canNextPage}&gt;\n                    {'&gt;'}\n                <\/button>{' '}\n                <button ==\"\" onclick=\"{()\"> gotoPage(pageCount - 1)} disabled={!canNextPage}&gt;\n                    {'&gt;&gt;'}\n                <\/button>\n            <\/div>\n        <\/div>\n    );\n};<\/code><\/pre>\n<h2>4. \uceec\ub7fc \uc815\uc758\ud558\uae30<\/h2>\n<p>\n    \ud14c\uc774\ube14\uc758 \uceec\ub7fc\uc744 \uc815\uc758\ud558\uc5ec \ub370\uc774\ud130 \uad6c\uc870\uc5d0 \ub9de\uac8c \ub80c\ub354\ub9c1\ud569\ub2c8\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub97c \ubcf4\uba74, \ud14c\uc774\ube14\uc758 \uac01 \uceec\ub7fc\uc740 \uc81c\ubaa9\uacfc \ub80c\ub354\ub9c1 \ubc29\ubc95\uc744 \uc815\uc758\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre><code>const columns = [\n    {\n        Header: 'ID',\n        accessor: 'id', \/\/ accessor is the \"key\" in the data\n    },\n    {\n        Header: 'Name',\n        accessor: 'name',\n    },\n    {\n        Header: 'Age',\n        accessor: 'age',\n    },\n    {\n        Header: 'Email',\n        accessor: 'email',\n    },\n];<\/code><\/pre>\n<h2>5. App \ucef4\ud3ec\ub10c\ud2b8\uc5d0 \ud1b5\ud569\ud558\uae30<\/h2>\n<p>\n    \ub9c8\uc9c0\ub9c9\uc73c\ub85c, \ubaa8\ub4e0 \uac83\uc744 App \ucef4\ud3ec\ub10c\ud2b8\uc5d0 \ud1b5\ud569\ud569\ub2c8\ub2e4.\n<\/p>\n<pre><code>import React from 'react';\nimport DataTable from '.\/DataTable'; \/\/ DataTable \ud30c\uc77c \uacbd\ub85c\uc5d0 \ub530\ub77c \uc218\uc815\n\nfunction App() {\n    const data = [\/* JSON \ub370\uc774\ud130 *\/];\n    const columns = [\/* \uceec\ub7fc \uc815\uc758 *\/];\n\n    return (\n        <div classname=\"App\">\n            <h2>\ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14<\/h2>\n            <datatable columns=\"{columns}\" data=\"{data}\"><\/datatable>\n        <\/div>\n    );\n}\n\nexport default App;<\/code><\/pre>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\n    \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\uc640 React Table \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \uae30\ub2a5\uc774 \ud3ec\ud568\ub41c \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4.<br \/>\n    \uc774 \uac19\uc740 \ud14c\uc774\ube14\uc740 \ub300\uaddc\ubaa8 \ub370\uc774\ud130 \uc138\ud2b8\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc27d\uac8c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<br \/>\n    \ub2e4\uc74c \ub2e8\uacc4\ub85c\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc2a4\ud0c0\uc77c\ub9c1, \ub354 \ubcf5\uc7a1\ud55c \ud544\ud130\ub9c1, \ub2e4\ub978 \ub370\uc774\ud130 \uc18c\uc2a4 \ud1b5\ud569 \ub4f1\uc744 \uc2dc\ub3c4\ud574 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.\n<\/p>\n<p>\n    \ub9ac\uc561\ud2b8\ub294 \uac15\ub825\ud558\uace0 \uc720\uc5f0\ud55c \ud504\ub808\uc784\uc6cc\ud06c\uc774\ubbc0\ub85c, \uc5ec\ub7ec\ubd84\uc758 \ub2e4\uc591\ud55c \uc694\uad6c \uc0ac\ud56d\uc5d0 \ub9de\ucd94\uc5b4 \ud655\uc7a5\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<br \/>\n    \uc774 \uac15\uc88c\uac00 \uc5ec\ub7ec\ubd84\uc758 \ub9ac\uc561\ud2b8 \uac1c\ubc1c\uc5d0 \ub3c4\uc6c0\uc774 \ub418\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.<\/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 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc788\uc5b4 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc774\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud14c\uc774\ube14\uc740 \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\uc5ec, \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \ub9ac\uc561\ud2b8 \ud504\ub85c\uc81d\ud2b8\ub97c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/38940\/\" 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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac&#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-38940","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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \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\/38940\/\" \/>\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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \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 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc788\uc5b4 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc774\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud14c\uc774\ube14\uc740 \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\uc5ec, \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \ub9ac\uc561\ud2b8 \ud504\ub85c\uc81d\ud2b8\ub97c &hellip; \ub354 \ubcf4\uae30 &quot;\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/38940\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T02:35:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:52+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\/38940\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38940\/\"},\"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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac\",\"datePublished\":\"2024-11-02T02:35:47+00:00\",\"dateModified\":\"2024-11-26T06:42:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38940\/\"},\"wordCount\":10,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"React\ud504\ub860\ud2b8\uc5d4\ub4dc\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/38940\/\",\"url\":\"https:\/\/atmokpo.com\/w\/38940\/\",\"name\":\"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T02:35:47+00:00\",\"dateModified\":\"2024-11-26T06:42:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38940\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/38940\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/38940\/#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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac\"}]},{\"@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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \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\/38940\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \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 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc788\uc5b4 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc774\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ud14c\uc774\ube14\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud14c\uc774\ube14\uc740 \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\uc5ec, \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \ub9ac\uc561\ud2b8 \ud504\ub85c\uc81d\ud2b8\ub97c &hellip; \ub354 \ubcf4\uae30 \"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac\"","og_url":"https:\/\/atmokpo.com\/w\/38940\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T02:35:47+00:00","article_modified_time":"2024-11-26T06:42:52+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\/38940\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/38940\/"},"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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac","datePublished":"2024-11-02T02:35:47+00:00","dateModified":"2024-11-26T06:42:52+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/38940\/"},"wordCount":10,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["React\ud504\ub860\ud2b8\uc5d4\ub4dc"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/38940\/","url":"https:\/\/atmokpo.com\/w\/38940\/","name":"\ub9ac\uc561\ud2b8\ub85c \ubcf5\uc7a1\ud55c \ud14c\uc774\ube14 \uad6c\ucd95\ud558\uae30, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T02:35:47+00:00","dateModified":"2024-11-26T06:42:52+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/38940\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/38940\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/38940\/#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, \ub9ac\uce58 \ub370\uc774\ud130 \ud14c\uc774\ube14\uc744 \uc704\ud55c \ud544\ud130\ub9c1, \ud398\uc774\uc9d5, \uc815\ub82c \ucc98\ub9ac"}]},{"@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\/38940","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=38940"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38940\/revisions"}],"predecessor-version":[{"id":38941,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38940\/revisions\/38941"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=38940"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=38940"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=38940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}