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

[길벗] 리액트를 다루는 기술 서적에서 사용되는 코드

Results 76 learning-react issues
Sort by recently updated
recently updated
newest added

책은 잘 보고 있습니다. 정말 좋은 책이라는 것을 느끼며 보고 있습니다. 다만 13장의 앞 부분은 인터넷 검색 등으로 처리를 했지만 13.4.2 URL 쿼리 부터는 오류가 발생합니다. 혹여 제가 오타가 있을...

새로 업데이트 된 내용에 따라서 ``` const PostListContainer = ({ location, match }) => { const dispatch = useDispatch(); const { posts, error, loading, user } = useSelector( ({ posts,...

Failed to load resource: the server responded with a status of 426 () 라고 뜨는데,, 어떻게 해야 할까요..?

### StaticRotuer 가져오기 **Error** Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export...

책에서 언급된 바와 같이 yarn eject 후 대부분의 파일에서 가장 앞부분에 짧은 빨간 밑줄이 생깁니다. 오류 내용은 다음과 같습니다. Parsing error: [BABEL] /Users/kim_jeongyeon/Documents/ssr-recipe/src/components/Red.js: Using `babel-preset-react-app` requires that you specify `NODE_ENV`...

## 인사 안녕하세요 macOS nvm 설치 명령어 관련 제보드립니다. ## 위치 1.3.1.1 설치: macOS, Ubuntu (p. 22) ## 문제사항 아래 명령어로 설치가 되지 않았습니다. `$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash`...

learning-react/13/router-tutorial/src/pages/About.js 에서 Toggle detail버튼을 누르고 mode + 1 버튼을 누르는 경우 mode의 값이 Nan으로 나옵니다 반대로 실행하면 올바른 값이 나옵니다 onIncreaseMode함수의 const nextMode = mode === null ? 1 :...

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 아래도 똑같은 글이...

- p.297 하1행 오탈자 수정 > ``` > useRef(4) → useRef(2501) > ``` - p.300 하3행 오탈자 수정 > ``` > type: 'REMOVE' → type: 'TOGGLE' > ``` - p.331...

상 9행 background: none;과 상 12행 background: #868e96;에서 button 요소의 background 속성이 중복되었습니다.