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
- aws
- decoratetext
- 빈
- WITH절
- usePrams
- 리액트
- 톰캣실행
- 넥사크로loadingimage
- 싱글톤
- singleton container
- HTML
- react
- Spring
- singleton
- setrealrowsize
- 마진상쇄
- frontend
- useSearchParams
- 싱글톤컨테이너
- annotaion
- loadingimage
- gif초기화
- Grid
- 로딩이미지변경
- useNavigate
- CSS
- BEAN
- 넥사크로
- DB #데이터베이스
- 코딩
Archives
- Today
- Total
목록usePrams (1)
All Day Tired
리액트 pathVariable/쿼리파라미터 값 받기, redirect
코딩하는 누나 강의를 듣고 정리하는 글 입니다. url을 넘길 때 많은 정보를 넘기곤 한다.http://www.yj-dev.com/history 이런식으로 pathVariable로 history라는 정보를 넘기던가http://www.yj-dev.com?id=1&num=23 이런식으로 쿼리파라미터로 id와 num이라는 정보를 넘기던가 먼저 pathVariable을 하려면 history같은 값은 변해야하는 값인데 Router에 어떻게 지정을 해줘야할까?mport { useState } from 'react'import './App.css'import PageA from './page/PageA'import { Routes, Route, Navigate } from 'react-router-dom'//imp..
Front/React
2025. 10. 21. 22:10