반응 - 모범 사례
구조
src/
assets
images
icons
fonts
components/buttons/
Button
index.js : Folder Export.
Button.js : Rendering and Call Styled and Services.
Button.service.js : Hooks and Local and State Management.
Button.styles.js : Styled components CSS-JS + UI Toolkit.
Button.test.js : Test Unit.
Buttom.story.js: Component's Storybook).
구성: 구성이 포함된 파일입니다.
** 컨테이너:
** 데이터:
** 언어 환경
** 도우미
** 페이지/home/
**index.js
**styles.js (styled components + UI)
**styles/
themes
globalStyles.js
colors.js
fonts.js
icons.js
metrics.js
.env
.eslintrc
.gitignore
.prettierrc
CSS 이미지
이미지 또는 스타일에 응답합니다.{ background-image: url(.////); background-position: center; background-size: cover; width: 100%; height: 100%; }
더욱 아름답다
./node_modules/.bin/eslint--init
아직 얘기 안 끝났어...나는 이 게시물을 계속 업데이트할 것이다.Reference
이 문제에 관하여(반응 - 모범 사례), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/edisonsanchez/react-best-practices-3b90
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)