일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- http
- useEffect
- 코딩독학
- 리액트 네이티브
- html기초
- 타입스크립트
- 비동기
- 리덕스
- 참조자료형
- scss
- 리액트
- 코린이
- TypeScript
- 자바스크립트
- async
- 코딩기초
- 코딩공부
- React Native
- 프론트엔드
- react-router
- Vue3
- SasS
- git
- CSS
- JavaScript
- 깃
- 사용하는 이유
- redux
- react
- 코딩초보
Archives
- Today
- Total
목록탭 (1)
맨 땅에 프론트엔드 개발자 되기
리액트 React 에서 탭 기능 구현하기
리액트에서 탭 기능 구현은 state를 이용해서 간단하게 구현할 수 있다. 완성예제 소스코드 import { useState } from "react"; import styles from './scss/tab.module.css'; export default function Tab() { const data = [ { id: 0, title: "HTML", description: "HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used t..
코딩 공부 일지/React JS
2022. 4. 17. 17:09