React

· IT/Front
Component리액트로 만들어진 앱을 이루는 최소한의 단위입력(props)을 받아 출력(element)을 하는 역할UI의 일부를 제어하는 재사용 가능한 코드JS의 함수 역할을 React에게서 담당애플리케이션을 논리적이고 재사용 가능한 부분으로 구성하는데 용이함하나의 Component는 또 다른 여러 개의 Component의 조합으로 구성 가능 Component의 종류1. Function Componentfunction Welcome(props) { return Hello, {props.name};}React 요소를 반환하는 JS 함수Class Component보다 간결하고 작성하기 쉬워 많이 사용됨useState, useEffect, useContext 등과 같은 React 훅을 사용할 때 사용pro..
· IT/etc.
npm i prettier터미널에서 프리티어 다운로드 Automatic Prettier configuration : Prettier의 설정 자동화Run on save : 코드를 저장할때마다 자동으로 코드 포매터 실행 Optimize imports : 자동으로 사용되지 않는 import 문 정리 Tab size : 탭 크기Indent : 들여쓰기Continuation indent : 계속 들여쓰기
· IT/Front
1. Material UI MUI: The React component library you always wanted MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design. You will develop React applications faster. mui.com 리액트 기반 UI 라이브러리 중 가장 인기 많음 구글 머테리얼 디자인을 기반으로 제작 타입스크립트, 플로우 타입 모두 지원 2. React Bootstrap React-Bootstrap The most popular front-end framew..
Huitopia
'React' 태그의 글 목록