Skip to content

Commit 70e0fbf

Browse files
docs: add react-router
1 parent 7a4607e commit 70e0fbf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

contents/tech/react-router-1/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "React-Router Deep Dive 1. 들어가며"
3-
date: "2025-03-16T21:09:18.164Z"
3+
date: "2025-04-02T21:09:18.164Z"
44
description: "react-router에 Deep Dive 하기전에 알아두면 좋을 사전지식을 살펴봅니다."
55
category: "기술아티클"
66
estimation: 15
@@ -47,7 +47,7 @@ React Router 초기버전과 달리 v7버전에는 Framework, Data, Declaretive
4747
간단하게 React-router에 대해서 알아보았습니다. 다음에서는 본격적으로 코드를 분석해보겠습니다.
4848

4949
## 참고자료
50-
https://junilhwang.github.io/TIL/Javascript/Design/Vanilla-JS-Component/#_3-component-core-%E1%84%87%E1%85%A7%E1%86%AB%E1%84%80%E1%85%A7%E1%86%BC
51-
https://developer.mozilla.org/en-US/docs/Web/API/History_API
50+
[Vanilla Javascript로 웹 컴포넌트 만들기](https://junilhwang.github.io/TIL/Javascript/Design/Vanilla-JS-Component/#_3-component-core-%E1%84%87%E1%85%A7%E1%86%AB%E1%84%80%E1%85%A7%E1%86%BC)
51+
[History_API](https://developer.mozilla.org/en-US/docs/Web/API/History_API)
5252

5353

contents/tech/react-router-2/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "React-Router Deep Dive 2. 내부 분석"
3-
date: "2025-03-16T21:09:18.164Z"
3+
date: "2025-04-05T21:09:18.164Z"
44
description: "react-router의 선언적 모드의 동작 방식을 살펴봅니다."
55
category: "기술아티클"
66
estimation: 15
@@ -1034,4 +1034,4 @@ export function _renderMatches(
10341034
감사합니다.
10351035

10361036
## 참고자료
1037-
https://ko.react.dev/reference/react/startTransition
1037+
[startTransition](https://ko.react.dev/reference/react/startTransition)

0 commit comments

Comments
 (0)