본문 바로가기

우당탕탕 개발일지

검색하기
우당탕탕 개발일지
프로필사진 devchop

  • 분류 전체보기 (168)
    • Server (39)
      • 방치RPG 서버 (13)
    • Unity (26)
    • ETC (8)
    • Client (13)
    • Algorithm(c++) (82)
      • Level 1 (5)
      • Level 2 (39)
      • Level 3 (35)
      • Level 4 (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
일 월 화 수 목 금 토
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
  • Camera Zoom
  • Git
  • Packet Network
  • Google Refund
  • screencapture
  • MySQL
  • nodejs
  • java
  • draganddrop
  • critical rendering path
  • Unity Editor
  • OverTheWire
  • springboot
  • Camera Movement
  • SDK upgrade
  • server
  • react
  • mongoDB
  • --watch
  • Google Developer API
  • rpg server
  • Unity IAP
  • Digital Ocean
  • unity
  • Spring Boot
  • express
  • docker
  • css framework
  • spread 연산자
  • linux
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2024/05/17 (1)

우당탕탕 개발일지

[React] state 를 이용하여 데이터 추가,삭제,변경

TodoList를 구현중이다. 이번 포스팅에서는 유저의 인터렉션을 통해 todoData 값을 변경시키고, UI를 갱신하는 작업을 할 것이다. 컴포넌트 안에서 데이터를 관리하기 위해 state를 사용한다.  더보기App.jsimport React, { Component } from "react";import "./App.css";export default class App extends Component { btnStyle = { color: "#fff", border: "none", padding: "5px 9px", borderRadius: "50%", cursor: "pointer", float: "right", }; getStyle = (completed) =>..

Client 2024. 5. 17. 12:03
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바