FundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 5 days agoPSA on privuhcyquokk.auimagemessage-square152fedilinkarrow-up11.59Karrow-down119
arrow-up11.57Karrow-down1imagePSA on privuhcyquokk.auFundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 5 days agomessage-square152fedilink
minus-squareNιƙƙιDιɱҽʂ@lemmy.worldlinkfedilinkarrow-up6arrow-down1·edit-25 days agoI wouldn’t call it integral, pagination query parameters can be in the url params just as easily as in the querystring
minus-squarekeegomatic@lemmy.worldlinkfedilinkarrow-up14·5 days agoPagination query params can be in the URL params, but that’s not normal at all. They’re pretty much always use query params, and it’s very reasonable to do so. Filtering, search, and pagination all typically go in query params.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up3·5 days agothat’s very hard to make idiomatic, and if it’s in the querystring it’s easier to change manually because you can annotate each entry more easily.
I wouldn’t call it integral, pagination query parameters can be in the url params just as easily as in the querystring
Pagination query params can be in the URL params, but that’s not normal at all. They’re pretty much always use query params, and it’s very reasonable to do so. Filtering, search, and pagination all typically go in query params.
that’s very hard to make idiomatic, and if it’s in the querystring it’s easier to change manually because you can annotate each entry more easily.