일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ReactJS
- Gradle
- MySQL
- Web Server
- elasticsearch
- 요리
- IntelliJ
- JVM
- devops
- jsp
- laravel
- Spring Batch
- tool
- javascript
- jenkins
- 맛집
- Spring Boot
- db
- it
- Design Patterns
- java
- php
- linux
- Git
- AWS
- Oracle
- redis
- Spring
- ubuntu
- springboot
Archives
- Today
- Total
아무거나
react uri path 값 가져오기 본문
반응형
ex) path: /boards/:boardNo
const boardNo = match.params.boardNo
ex) path: /detail/:type
const type = match.params.type
반응형
'Javascript & HTML & CSS > reactjs' 카테고리의 다른 글
Number값 들어온 값에 따라 0표시 제어하는 함수(개수 입력에 용이하다) (0) | 2020.03.21 |
---|---|
React + Typescript Scroll Down 구현 (0) | 2020.03.21 |
history.push 동작 오류 (0) | 2019.12.31 |
[reactjs] Typescript with React + Redux - 2 (redux 적용) (0) | 2019.11.19 |
[reactjs] Typescript with React + Redux - 1 (프로젝트 생성) (0) | 2019.11.19 |
Comments