We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-router 기반의 SPA 라우팅이 github pages에서 작동하지 않는 것 같습니다.
확인 가능한 예제
원본 코드
<BrowserRouter> <Switch> <Route exact path="/" component={Loading} /> <Route path="/basic" component={BasicPage} /> <Route path="/cart" component={CartPage} /> <Route path="/payment" component={Payment} /> </Switch> </BrowserRouter>
The text was updated successfully, but these errors were encountered:
이거 한번 확인 해보시겠어요? facebook/create-react-app#1765
facebook/create-react-app#1765 (comment) @gaearon 이라는 친구가 대답해 놓은게 답이 될듯한데요
Sorry, something went wrong.
일단 HashRouter로 됐고 현재 더 이상 큰 문제가 없으므로 이슈를 닫습니다~
nambiho
gyutaesi
easywaldo
seongbin9786
seultt
torypapa
No branches or pull requests
React-router 기반의 SPA 라우팅이 github pages에서 작동하지 않는 것 같습니다.
확인 가능한 예제
원본 코드
The text was updated successfully, but these errors were encountered: