Skip to content

Commit

Permalink
[docs] 문서 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Feb 17, 2024
1 parent cedf8e3 commit a379f67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: Next.js 프로젝트에서 서버사이드 처리하기 (리디렉션,
date: "2024-01-28"
description: "Next.js 프로젝트에서 리디렉션 & tanstack-query 데이터 프리페칭을 서버사이드에서 처리한 경험을 공유한다."
tag: ["ssr", "next.js"]
category: Next.js
category: "Next.js"
---

React.js 프로젝트를 Next.js 프로젝트로 마이그레이션 할 일이 있었고,
마이그레이션과 함께 ㄴ다시 프로젝트를 재구성하면서 Next.js의 장점을 살려보고자 클라이언트에서 처리하던 것들을 서버단으로 옮겼던 경험을 적어보고자 한다.
마이그레이션과 함께 다시 프로젝트를 재구성하면서 Next.js의 장점을 살려보고자 클라이언트에서 처리하던 것들을 서버단으로 옮겼던 경험을 적어보고자 한다.

## 1. Router Guard 처리하기

Expand Down

0 comments on commit a379f67

Please sign in to comment.