250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 幼稚园杀手(유치원킬러)
- 이력서
- lda
- Topics
- 방식으로 텍스트
- spring MVC(모델2)방식
- jsp 파일 설정
- oracle
- 게시판 만들기
- (깃)git bash
- Websocket
- 과학백과사전
- test
- word2vec
- mysql
- tomoto
- java
- db
- 토픽추출
- 네이버뉴스
- 파이썬
- 크롤링
- 코사인 유사도
- Python
- r
- RESFUL
- pytorch
- 지마켓
- 자바
- Gmarket
Archives
- Today
- Total
목록react (2)
무회 Blog
sampleTest : 리액트(React) , 글발행(input/button 신규), 글삭제(title button)
App.js/* eslint-disable*/import { useState } from 'react';import './App.css';function App() { let [coffe, setCoffe] = useState(['아메리카노', '카페라떼', '카푸치노']); let [modal, setModal] = useState(false); let [inputtext, setInputtext] = useState(''); // , input 창에 입력한 값을 상태로 저장한다. let handleClick = () => { setInputtext(''); // , input 창에 입력한 값을 초기화한다. } return ( BlogFrom_CSC { ..
IT/Code
2025. 7. 24. 23:56
expo, react , 저장용, app 배포용
https://docs.expo.io/versions/latest/sdk/webview/ WebView - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. docs.expo.io expo.io 일명 app 를 배포하기 위한 수단으로 react native 로 사용하기 용이하다.
카테고리 없음
2021. 7. 14. 00:29