Web/React(2)
-
[React] Typo in static class property declaration react/no-typos 오류
Typo in static class property declaration react/no-typos error - Typo in static class property declaration react/no-typos prop의 타입을 체크해주는 PropTypes를 import 하여 사용하던 도중 에러가 발생 - 에러 발생 코드 Movie.PropTypes = { id : PropTypes.number.isRequired, year : PropTypes.number.isRequired, title : PropTypes.string.isRequired, summary : PropTypes.string.isRequired, poster: PropTypes.string.isRequired, }; - 에러 해결..
2022.09.27 -
[React] 리액트 빌드 후 빈 화면
[React] 리액트 빌드 후 빈 화면 책에 나온 todo 리스트 프로젝트를 진행하던 도중 material ui를 사용하는 부분에서부터 react가 빌드 후 빈 화면을 가져왔다. 그래서 검색을 하고 그 해결을 위한 과정을 기록하려한다. React.js, 스프링 부트, AWS로 배우는 웹 개발 101(웹 프로페셔널) | 김다정 | 에이콘출판 - 교보문고 (kyobobook.co.kr) React.js, 스프링 부트, AWS로 배우는 웹 개발 101 - 교보문고 SPA, REST API 기반 웹 애플리케이션 개발 | ◈ 이 책에서 다루는 내용 ◈ ■ REST 백엔드, React 프론트엔드, AWS를 이용한 간단한 Todo 애플리케이션 개발 ■ 스프링 부트, 그래들, 메이븐 리포지터리, 롬 www.kyobob..
2022.07.14