Managing the display of a user list
Unanswered
Drentse Patrijshond posted this in #help-forum
Drentse PatrijshondOP
Hello everyone,
I am currently looking for an efficient technique to display a list of users. If this list is too long, I want to be able to display the first n-users from the list and display the following n-users either by clicking on a 'show more' button or by scrolling down past the last user (whichever is simpler to implement). I also want my list to match the characters typed into the search bar, if any are entered.
Can SWR and react-window help me achieve this task?
Thanks in advance.
I am currently looking for an efficient technique to display a list of users. If this list is too long, I want to be able to display the first n-users from the list and display the following n-users either by clicking on a 'show more' button or by scrolling down past the last user (whichever is simpler to implement). I also want my list to match the characters typed into the search bar, if any are entered.
Can SWR and react-window help me achieve this task?
Thanks in advance.