Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poc: batch recommend requests and prevent rerender #6018

Draft
wants to merge 10 commits into
base: poc/multi-clients
Choose a base branch
from

build csb for next-routing example

16e0b6a
Select commit
Loading
Failed to load commit list.
Draft

poc: batch recommend requests and prevent rerender #6018

build csb for next-routing example
16e0b6a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Aug 13, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- examples/react/multi-clients/src/App.tsx  1
- packages/instantsearch.js/src/lib/createConnector.ts  3
- examples/react/next-routing/pages/[pid].tsx  2
- packages/instantsearch.js/src/lib/RecommendHelper.ts  1
- examples/react/multi-clients/src/Panel.tsx  1
- packages/react-instantsearch-core/src/connectors/useFrequentlyBoughtTogether.ts  1
- packages/react-instantsearch/src/widgets/FrequentlyBoughtTogether.tsx  1
- packages/instantsearch.js/src/connectors/frequently-bought-together/connectFrequentlyBoughtTogether.ts  1
         

Complexity decreasing per file
==============================
+ examples/react/next-routing/pages/index.tsx  -1
         

Clones added
============
- examples/react/multi-clients/src/App.tsx  3
- examples/react/multi-clients/src/Panel.tsx  1
- examples/js/multi-clients/src/app.js  3
         

Clones removed
==============
+ packages/instantsearch.js/src/connectors/frequently-bought-together/connectFrequentlyBoughtTogether.ts  -2
+ examples/react/next-routing/pages/index.tsx  -4
         

See the complete overview on Codacy