[TIL][React]Pagination (Query string)

Bohyeon Koo·2021년 2월 14일
0

React

목록 보기
6/7
post-thumbnail

쿼리 스트링(Query String)

쿼리 스트링이란 말 그대로 해당 엔드포인트에 대해
질의문(query)를 보내는 요청을 뜻합니다.

localhost:8000/product?limit=10&offset=5

"limit이 10이면서 offset이 5일 경우의 product 페이지를 보여달라"

URL Query Parameter 가져오기!

location.search

? 이후의 값을 가져올 수 있는 메서드

0개의 댓글