|
| 1 | +--- |
| 2 | +sidebar_position: 1 |
| 3 | +slug: / |
| 4 | +pagination_next: get-started/index |
| 5 | +--- |
| 6 | + |
| 7 | +# ๋ฌธ์ |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +**Feature-Sliced Design**(FSD)๋ ํ๋ก ํธ์๋ ์ ํ๋ฆฌ์ผ์ด์
์ ๊ตฌ์กฐํํ๊ธฐ ์ํ ์ํคํ
์ฒ ๋ฐฉ๋ฒ๋ก ์
๋๋ค. ๊ฐ๋จํ ๋งํด, ์ฝ๋๋ฅผ ์กฐ์งํ๋ ๊ท์น๊ณผ ์ปจ๋ฒค์
๋ชจ์์
๋๋ค. ์ด ๋ฐฉ๋ฒ๋ก ์ ์ฃผ์ ๋ชฉ์ ์ ๋์์์ด ๋ณํํ๋ ๋น์ฆ๋์ค ์๊ตฌ์ฌํญ ์์์๋ ํ๋ก์ ํธ๋ฅผ ๋ ์ดํดํ๊ธฐ ์ฝ๊ณ ์ฒด๊ณ์ ์ผ๋ก ๋ง๋๋ ๊ฒ์
๋๋ค. |
| 12 | + |
| 13 | +import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx" |
| 14 | +import { RocketOutlined, ThunderboltOutlined, FundViewOutlined } from "@ant-design/icons"; |
| 15 | +import Link from "@docusaurus/Link"; |
| 16 | + |
| 17 | +<NavCard |
| 18 | + theme="primary" |
| 19 | + Icon="๐ฐ" |
| 20 | + title="FSD๊ฐ ์ฒ์์ด์ ๊ฐ์?" |
| 21 | + description="๋ฐฉ๋ฒ๋ก ์ ๊ธฐ๋ณธ ๊ฐ๋
์ ๋น ๋ฅด๊ฒ ์ดํด๋ณด์ธ์" |
| 22 | + to="/docs/get-started/overview" |
| 23 | +/> |
| 24 | + |
| 25 | +<!-- TODO: move to features/doc-index --> |
| 26 | + |
| 27 | +<br /> |
| 28 | + |
| 29 | +<NavCard |
| 30 | + theme="mini" |
| 31 | + title="๐ ์์ํ๊ธฐ" |
| 32 | + description="๊ธฐ๋ณธ ๊ฐ๋
๊ณผ ๊ตฌ์กฐ๋ฅผ ๋๋ฌ๋ณด๊ณ , React ์ํ ํ๋ก์ ํธ๋ฅผ ์ข
ํฉ์ ์ผ๋ก ๋ฆฌ๋ทฐํฉ๋๋ค" |
| 33 | + to="/docs/get-started" |
| 34 | + tags={['Overview', 'Tutorial', 'FAQ']} |
| 35 | +/> |
| 36 | +<NavCard |
| 37 | + theme="mini" |
| 38 | + title="๐ฏ ๊ฐ์ด๋" |
| 39 | + description="์ค์ฉ์ ์ธ ๊ฐ์ด๋์ ์ ์ฉ ์์" |
| 40 | + to="/docs/guides" |
| 41 | + tags={['Examples', 'Migration', 'Tech']} |
| 42 | + |
| 43 | +/> |
| 44 | +<NavCard |
| 45 | + theme="mini" |
| 46 | + title="๐ ๋ ํผ๋ฐ์ค" |
| 47 | + description="ํต์ฌ ๊ฐ๋
์ ์ฐธ๊ณ ์๋ฃ(๋ ํจ์จ์ ์ธ ์ ์ฉ์ ์ํด)" |
| 48 | + to="/docs/reference" |
| 49 | + tags={['Units', 'Isolation', 'Public API']} |
| 50 | +/> |
| 51 | +<NavCard |
| 52 | + theme="mini" |
| 53 | + title="๐ฐ ์๊ฐ" |
| 54 | + description="๋ฐฉ๋ฒ๋ก ์ ์ฒ ํ, ๋ชฉํ, ๊ทธ๋ฆฌ๊ณ ๋ชจ๋ ํ๋ก ํธ์๋์์์ ์์น" |
| 55 | + to="/docs/about" |
| 56 | + tags={['Mission', 'Alternatives', 'Promote']} |
| 57 | +/> |
| 58 | +<NavCard |
| 59 | + theme="mini" |
| 60 | + title="๐ซ ์ปค๋ฎค๋ํฐ" |
| 61 | + description="์ปค๋ฎค๋ํฐ๊ฐ ๊ธฐ์ฌํ ์๋ฃ์ ์ถ๊ฐ ๋ฆฌ์์ค" |
| 62 | + to="/community" |
| 63 | + tags={['Awesome', 'Team', 'Examples']} |
| 64 | +/> |
| 65 | +<NavCard |
| 66 | + theme="mini" |
| 67 | + title="๐ ์์ " |
| 68 | + description="Feature-Sliced Design์ผ๋ก ๊ตฌ์ถ๋ ํ๋ก์ ํธ" |
| 69 | + to="/examples" |
| 70 | +/> |
0 commit comments