분류 전체보기590 리액트 react-router-dom 기능들 정리 https://charactermail.tistory.com/758 1. useNavigate()웹페이지 현제 path에서 특정 웹 path로 이동하기 위한 기능으로 보임. AS-IS TO-BE from "react" 기능들 정리 import {Suspense, lazy } from "react"; 로 태그했지만, Suspense는 로 쓰고, lazy()는 함수처럼 호출하네.. 규칙이 있을까?react-router-dom에 useNavigate랑 Navigate가 있는데 차이가 뭘까? 함수로 쓰냐 꺽새로 쓰냐 차이인가? 1. 2. lazy()=> 웹 애플리케이션을 개발하다 보면 데이터 로딩 속도로 문제 생기는 경우가 발생한다.이런 상황에서 React Suspense를 활용하면 데이터 로딩 상태를 보.. 2024. 8. 9. [에러해결] Network ErrorAxiosError: Network Error at XMLHttpRequest.handleError 에러 문구 : Network Error AxiosError: Network Error at XMLHttpRequest.handleError 에러 해결 : 나의 경우는 테스트 서버에 CORS가 적용이 안 되어 있었어서 발생한 문제였음. 적용하니 해결됨. 아래는 chat gpt에 위 에러 문구로 검색하니 나온 총 해결법 리스트Possible Causes of the Network ErrorServer Unreachable: The server you are trying to reach might be down or unreachable. This could be due to server-side issues or incorrect URL.CORS Issues: If you .. 2024. 8. 1. 에러 해결 heidisql authentication plugin 'caching_sha2_password' cannot be loaded 에러 문구 : heidisql authentication plugin 'caching_sha2_password' cannot be loaded 에러 해결 : HeidSQL 최신 버전 설치해서 접속하면 간단하게 해결 완료 아래는 다운로드 받을 수 있는 사이트 주소https://www.heidisql.com/ 2024. 7. 27. 리엑트 시작 리액트 프로젝트 만드는 명령npx create-react-app mall npm start tailwind csshttps://tailwindcss.com/docs/guides/create-react-app Install Tailwind CSS with Create React App - Tailwind CSSSetting up Tailwind CSS in a Create React App project.tailwindcss.com DB 처음 세팅CREATE DATABASE malldb; CREATE USER 'malldbuser'@'localhost' IDENTIFIED BY 'malldbuser';CREATE USER 'malldbuser'@'%' IDENTIFIED BY 'malldbuser'.. 2024. 7. 27. 이전 1 ··· 8 9 10 11 12 13 14 ··· 148 다음