Skip to content

Commit

Permalink
Update 2024-10-22-React-Router-Dom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minhoo03 authored Oct 22, 2024
1 parent 788bbd9 commit 239c3f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _posts/2024-10-09-React-Router-Dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ SPA(Single Page Application): 하나의 HTML 페이지로 구성된 웹 애플

SPA는 기본적으로 CSR을 (렌더링 방식) 활용하여 페이지 전환 시 전체 페이지를 새로 고치지 않고, 현재 페이지의 일부만 업데이트하는 구조다. 사용자는 부드럽고 연속적인 경험을 하게 된다.

<!--
2024-10-22 (화)
결론적으로, CSR은 클라이언트에서 렌더링을 처리하는 방식이고, SPA는 이러한 CSR 방식을 활용하여 사용자가 매끄럽고 연속적인 경험을 할 수 있도록 설계된 애플리케이션이다. CSR은 SPA를 지원하는 렌더링 방법 중 하나로, 둘은 서로 다른 개념이지만 밀접한 관계를 가지고 있다.
-->


<!--
Expand Down

0 comments on commit 239c3f2

Please sign in to comment.