Skip to content

rjc1704/SPA-Practice-by-Vanilla-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

사용설명

VS Code 사용자의 경우, Live Server Extension 설치 후 사용

파이참 사용자의 경우, Live Edit Plugin 설치 후 사용

Hashed 라우팅 방식

브라우저는 url path에 #이 있으면 #뒤부터는 별도의 page라고 받아들이지 않으므로 SPA 구현에 매우 적합한 방식.

바닐라자바스크립트로 일반적인 brower routing 방식을 적용하면 동작은 잘하지만, 새로고침 시 서버에 별도의 url과 html파일 간의 관계를 정의해주지 않으면 안됨.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published