question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEAT] `useSelect` hook supports lazy load

See original GitHub issue

Is your feature request related to a problem? Please describe. Now, I have to set my fetchSize to 1000 to load a long list from useSelect

Describe the solution you’d like provide a pageSize: number param and a lazyLoad: boolean param; use onPopupScroll hooks of Ant Design’s Select component to make it support lazy load.

Describe alternatives you’ve considered Nope…

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
alicanerdurmazcommented, Oct 11, 2022

Hi @estemomento @bungambohlah , We released this feature. Thanks for your contributions 👊

@pankod/refine-core@3.80.0 @pankod/refine-antd@3.55.0

2reactions
omeraplakcommented, Oct 3, 2022

I will take a look at this, please assign this issue to me @omeraplak

I did it. Good lucks 👊

Read more comments on GitHub >

github_iconTop Results From Across the Web

[FEAT] useSelect hook supports lazy load #2592 - GitHub
Now, I have to set my fetchSize to 1000 to load a long list from useSelect Describe the ... [FEAT] useSelect hook supports...
Read more >
useLazyLoadQuery - Relay
API reference for useLazyLoadQuery, a React hook used to lazily fetch query data when a component renders.
Read more >
Lazy loading via attribute for images & iframes - CanIUse
The loading attribute on images & iframes gives authors control over when the browser should start ... 1 Firefox only supports lazy loading...
Read more >
Hooks - React Redux
Hooks. React's new "hooks" APIs give function components the ability to use local component state, execute side effects, and more.
Read more >
React Lazy Loading | Infinite Scrolling With React - YouTube
Lazy loading components in ReactJS are very popular in today's data-driven world. In this video, you will learn lazy loading absolutely any ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found