React 학습 리스트

Elly·2023년 10월 21일
0
post-thumbnail

✔️ Basic
1. What & Why?
2. Components & JSX
3. ▶Props
4. ▶State & Events
5. Outputting Content
6. Styling
7. Hook
8. Debugging

✔️ Advenced
1. Refs & Portals
2. Slide Efferts
3. Advanced Hooks
4. Custom Hooks
5. Beside the Scenes
6. Context API
7. Redux
8. Routing
9. ▶Http Request
10. Authentication
11. Unit Testing
12. Next.js

// 찾아볼 것
호버 / display none; block; / 페이지 실행되자마자 함수 실행(req 없이 받는 res만 있는 BoardList같은 경우 페이지에 들어가자마자 서버에서 값을 받는 함수가 실행되어 있어야함)

▶ : 사용해본 것 표시

  • Cookie 설정
    import reportWebVitals from "./reportWebVitals";
    import { useCookies } from "react-cookie";
  • HTTP 클라이언트
    import axios from "axios";
  • css 설정
    import styled from "styled-components";
  • HTML5의 history API를 사용한 방식
    import { BrowserRouter, Routes, Route } from "react-router-dom";
  • 페이지 이동 설정
    import { useNavigate } from "react-router-dom";
profile
Backend Developer

0개의 댓글

관련 채용 정보