FundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 18 hours agoPSA on privuhcyquokk.auimagemessage-square80linkfedilinkarrow-up1956arrow-down113
arrow-up1943arrow-down1imagePSA on privuhcyquokk.auFundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 18 hours agomessage-square80linkfedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up14arrow-down1·15 hours agowhuh? querystrings are integral to things like pagination. they are by no means a negative thing.
minus-squareNιƙƙιDιɱҽʂ@lemmy.worldlinkfedilinkarrow-up6·edit-214 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·13 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·14 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.
whuh? querystrings are integral to things like pagination. they are by no means a negative thing.
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.