Notice
Recent Posts
Recent Comments
Link
«   2024/04   »
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
Archives
Today
Total
관리 메뉴

차근차근

[React & Node.js] Form, Event Handling 본문

대학교/FE

[React & Node.js] Form, Event Handling

SWKo 2020. 2. 24. 17:04

0. From, Event Handling

  • form태그를 이용하고 post방식을 사용한다.

  • 결과화면은 다음과 같다.

  • 위 작업을 마쳤을 때 추가하기를 눌러도 아무일이 일어나지 않는다. 
  • Node.js Express에서 파일 업로드 요청 처리와 DB에 데이터 삽입하는 코드를 추가로 작성하여야 한다.

'대학교 > FE' 카테고리의 다른 글

[React Native] React Native & Expo  (0) 2020.02.27
[React] React Router  (0) 2020.02.25
[React & Node.js] AWS(RDS) , DB - Express  (0) 2020.02.24
[React & Node.js] Component Life Cycle, API Loading  (0) 2020.02.23
[React & Node.js] Express  (0) 2020.02.22
Comments