Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- React
- 랜덤번호
- Kotlin
- npm
- nodejs
- stylesheet
- SpringBoot
- 코틀린
- array
- 랜덤넘버
- JavaScript
- 구글맵스
- TextView
- Hook
- Linux
- 오버라이딩
- button
- RecyclerView
- JS
- Java
- scrollview
- TypeScript
- Android
- 안드로이드
- GoogleMaps
- 자바스크립트
- 리액트
- Javscript
- fragment
- 스프링부트
Archives
- Today
- Total
목록onpress (1)
타닥타닥 개발자의 일상

특별히 생성하는 파일이나 폴더는 없다. App.tsx import React, { useState } from "react"; import { Button, Text, View } from "react-native"; /* class App extends React.Component{ constructor(props:any){ super(props) this.state = { count:0 } } render() { return( You clicked{ this.state.count } times this.setState({count: this.state.count+1})}/> ) } } export default App */ const App =() =>{ const[count,setCount] = u..
코딩 기록/react
2022. 3. 4. 17:56