|
| 1 | +--- |
| 2 | +hide_table_of_contents: true |
| 3 | +pagination_prev: get-started/index |
| 4 | +--- |
| 5 | + |
| 6 | +# ๐ฏ Guides |
| 7 | + |
| 8 | +<span class="badge badge--primary margin-bottom--md">PRACTICE-ORIENTED</span> |
| 9 | + |
| 10 | +<p class="summary"> |
| 11 | +Feature-Sliced Design(FSD)์ ์ ์ฉ์ ์ํ ์ข
ํฉ ๊ฐ์ด๋์
๋๋ค. ๊ตฌ์ฒด์ ์ธ ์์, ๋ง์ด๊ทธ๋ ์ด์
์ ๋ต, ๊ทธ๋ฆฌ๊ณ FSD ์ฝ๋์์ ๋ฐ๊ฒฌํ ์ ์๋ ํํ ์ค๊ณ์์ ๋ฌธ์ ๋ค์ ๋ค๋ฃน๋๋ค. FSD๋ฅผ ํ๋ก์ ํธ์ ๋์
ํ๊ฑฐ๋ ๊ธฐ์กด ๊ตฌ์กฐ๋ฅผ ๊ฐ์ ํ๊ณ ์ ํ ๋ ์ฐธ๊ณ ํ๊ธฐ ์ข์ ๋ฆฌ์์ค์
๋๋ค. |
| 12 | +</p> |
| 13 | + |
| 14 | +## Main |
| 15 | + |
| 16 | +import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx" |
| 17 | +import { ToolOutlined, ImportOutlined, BugOutlined, FunctionOutlined } from "@ant-design/icons"; |
| 18 | + |
| 19 | +<NavCard |
| 20 | + title="Examples" |
| 21 | + description="๋ฐฉ๋ฒ๋ก ์ ์ ์ฉํ ์ค์ ์์" |
| 22 | + to="/docs/guides/examples" |
| 23 | + Icon={ToolOutlined} |
| 24 | + tags={['Authentication', 'Types', 'Page layout']} |
| 25 | +/> |
| 26 | +<NavCard |
| 27 | + title="Migration" |
| 28 | + description="๊ธฐ์กด ์ํคํ
์ฒ์์ ๋ง์ด๊ทธ๋ ์ด์
ํ๊ธฐ ์ํ ๊ฐ์ด๋" |
| 29 | + to="/docs/guides/migration/from-v1" |
| 30 | + Icon={ImportOutlined} |
| 31 | + tags={['From custom architecture', 'From FSv1']} |
| 32 | +/> |
| 33 | +<NavCard |
| 34 | + title="Tech" |
| 35 | + description="ํ๋ ์์ํฌ ๋ฐ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ณ ์ฌ์ฉ ๊ฐ์ด๋" |
| 36 | + to="/docs/guides/tech/with-nextjs" |
| 37 | + Icon={FunctionOutlined} |
| 38 | + tags={['NextJS', 'NuxtJS', 'React Query', 'SvelteKit']} |
| 39 | +/> |
| 40 | + |
| 41 | +<NavCard |
| 42 | + title="Code Issues (Smells)" |
| 43 | + description="์ฝ๋์์ ๋ฐ๊ฒฌํ ์ ์๋ ํํ ์ค๊ณ์์ ๋ฌธ์ " |
| 44 | + to="/docs/guides/issues/desegmented" |
| 45 | + Icon={BugOutlined} |
| 46 | + tags={['Desegmented', 'Routing', "Cross-imports"]} |
| 47 | +/> |
| 48 | + |
| 49 | + |
| 50 | + |
0 commit comments