Closed Jerska closed 2 years ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 02d7a9e7794f91297bd521543c7d39844dc9a351:
Sandbox | Source |
---|---|
javascript-helper-app | Configuration |
InstantSearch.js | Configuration |
this looks great! I've tried it out in a sandbox here and everything works as expected https://codesandbox.io/s/javascript-helper-app-forked-jyn60w?file=/src/app.js
Could you update the tests too?
Yes I'm on it, but I'm currently struggling with the node-sass
version not being compatible with node
16 ^^"
Thanks for trying on a sandbox !
We can replace node-sass
with dart-sass
in another PR since the former is deprecated.
This PR reduces the amount of params sent for each disjunctive facet request. It also reduces
hitsPerPage
from1
to0
, allowing us to remove theattributes*
parameters at the same time.This reduces:
objectID
per additional request