Skip to content

Commit

Permalink
fix(fe): new order
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Mar 4, 2024
1 parent 3d5435f commit 7ebc0e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/frontend/5. React, Next.JS (additional).md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "React의 추가 개념을 공부해봅시다."
icon = "article"
date = "2023-09-11"
lastmod = "2023-10-05"
weight = 290
weight = 250
+++

지금까지는 기본적인 부분 위주로 공부를 했어요. 마지막 주차에서는 React의 추가 개념과 third-party 라이브러리를 알아봅시다!
Expand Down
2 changes: 1 addition & 1 deletion content/docs/frontend/6. Data Fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "REST API와 GraphQL을 이용해 외부 데이터를 받아봅니
icon = "article"
date = "2023-09-11"
lastmod = "2023-10-05"
weight = 250
weight = 260
+++

{{< figure src="../images/web.png" alt="메인 페이지" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/docs/frontend/9. Git, Github.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "코드의 버전 관리를 위해 Git과 Github를 사용해봅
icon = "article"
date = "2023-09-11"
lastmod = "2023-10-05"
weight = 300
weight = 290
+++

스꾸딩은 프로젝트 관리를 위해 깃과 깃헙을 사용해요! 개인적으로 프로젝트를 관리할 때도 깃과 깃헙을 사용하면 정말 편하답니다. 이번 주차에는 깃과 깃헙을 사용하는 방법을 배워보아요!
Expand Down

0 comments on commit 7ebc0e7

Please sign in to comment.