본문 바로가기

이다닷

검색하기
이다닷
프로필사진 이다닷

  • 분류 전체보기 (77)
    • JAVA (8)
    • JavaScript (22)
    • React (28)
    • TypeScript (3)
    • Flutter (0)
    • Frontend Study (13)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
  • this 객체
  • 이벤트핸들링
  • DOM
  • CSS
  • promise
  • 함수 실행
  • addEventListener
  • 이벤트
  • 자바스크립트
  • try.. catch
  • Props
  • useRef
  • 메소드 실행
  • typeScript
  • input
  • 배열메소드
  • 렌더링
  • useState
  • 비동기함수
  • FrontendStydy
  • 리액트
  • JavaScript
  • 컴포넌트
  • Frontend Study
  • callback함수
  • REACT
  • frontendstudy
  • webProject
  • HTML
  • 배열
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록React Developer Tools (1)

이다닷

[React] Day 2 - 컴포넌트 _ props

props 이용법 {this.props.값의 이름} ex) {this.props.name} 결과 코드 import React, { Component } from 'react'; import './App.css'; class Subject extends Component { render() { return ( {this.props.title} {this.props.sub} ); } } class TOC extends Component { render() { return ( HTML CSS Javascript ); } } class Content extends Component { render() { return ( {this.props.title} {this.props.desc} ); } } class A..

카테고리 없음 2023. 8. 26. 18:06
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바