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 |
Tags
- 리렌더링최적화
- @published 프로퍼티 래퍼
- C++
- zustand란
- react fsd
- 컴퓨터네트워크
- @environmentobject 프로퍼티 래퍼
- accesstoken 재발급
- 리액트최적화
- react-router-dom
- @observedobject 프로퍼티 래퍼
- jwt로그아웃
- 비동기함수
- 페이지이동함수
- finddomnode경고
- featured-sliced-design
- react-quill 경고메세지
- BFS
- zustand
- react-quill
- react상태관리라이브러리
- modal 관리
- CSS
- git
- react modal
- 동기 함수 내에서 비동기 함수 호출
- react hook
- 원격저장소 연결
- gitbub desktop
- jwt프론트
Archives
- Today
- Total
목록react fsd (1)
leebaek
[React] 리액트 폴더 구조 1편 - Featured-Sliced-Design
■ FSD란?■ FSD 기본 구조■ FSD 장점리액트 프로젝트를 진행하려고 보니,폴더 구조를 어떻게 설계해야 할지 고민이 되더군요.. ! vite+react로 시작하면 이런 폴더구조가 생성되는데요..├── public/│ └── vite.svg ├── src/│ ├── assets/│ │ └── react.svg │ ├── App.css │ ├── App.jsx │ ├── index.css │ └── main.jsx ├── .gitignore├── index.html├── package.json├── vite.config.js 해당 구조는 제 프로젝트를..
웹/React
2025. 3. 27. 01:13