FundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 20 hours agoPSA on privuhcyquokk.auimagemessage-square94fedilinkarrow-up11.07Karrow-down114
arrow-up11.05Karrow-down1imagePSA on privuhcyquokk.auFundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 20 hours agomessage-square94fedilink
minus-squareNιƙƙιDιɱҽʂ@lemmy.worldlinkfedilinkarrow-up6·edit-216 hours 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-up8·15 hours 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-up2·15 hours 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.