learning-react icon indicating copy to clipboard operation
learning-react copied to clipboard

20.3 서버사이드 렌더링 구현하기

Open daehwa00 opened this issue 3 years ago • 4 comments

C:\Users\daehw\learningReact>git commit -m'Commit before eject' error: pathspec 'before' did not match any file(s) known to git error: pathspec 'eject'' did not match any file(s) known to git

아래도 똑같은 글이 있던데 해결은 안된 것 같아서요. git commit -m"Commit before eject" 실행시 다음과 같이 나오면서 실행이 안됩니다. gir fetch,,,,git init 다 해봐도 안되네요

daehwa00 avatar Dec 24 '21 10:12 daehwa00

  • mongo 6.0 이상 버전에서는 usefindandmodify를 사용하면 지원하지 않는 옵션이라고 하네요! 이부분 업데이트해야할 것 같아요

daehwa00 avatar Dec 25 '21 08:12 daehwa00

  • 라우터 사용 방법이 바뀌었습니다. <Route component={PostListPage} path={}/>가 아닌 compoenent 대신 element={<PostListPage/>}로 변경되었네요.

daehwa00 avatar Dec 26 '21 11:12 daehwa00

+Routes로 꼭 감싸주어야 한다고 하네요

daehwa00 avatar Dec 26 '21 11:12 daehwa00

이 부분도 개정판에 반영해주셨으면 좋겠네요~

rkay8496 avatar Feb 10 '22 06:02 rkay8496