You'll need this library when displaying lots of rows in react

preview_player
Показать описание

Become a YT Members to get extra perks!

My Products

Useful Links
Рекомендации по теме
Комментарии
Автор

Pagination and a table filter is what you need most of the time

codingwithjamal
Автор

I like this lib and appreciate the video but in the real world, first you gotta ask your product manager/owner why do we need that much data in the first place

XavierGoncalves
Автор

On Android you have to do this all the time because of the small screen size. Creating adapters for virtualized lists is one of the first things you learn there. Good old times.

codinginflow
Автор

I used virtual tables before. I have to admin that making a dynamic size for each row is not trivial and somewhat hard. I’ve used a library like 3 years ago, this is probably (hopefully) is not really an issue anymore. Libraries can do crazy stuff nowadays. Thanks for the great video, as always :)

Arzen
Автор

I normally use intersection observer with cursor pagination on the backend for this. No need for extra libs. But maybe juniors will like this

siya.abc
Автор

Hello @WebDevCody

Why not simply use pagination for already available data that can be lazy loaded further ?

You can reach for a sliding window (a.k.a react-window) if you are dealing with a stream of data and have to render them on the fly which is much less likely use case (e.g. activity stream notifications) than the use cases (e.g. data table listing tasks or transactions) for pagination.

I believe simplicity... should always win

ifeoraokechukwu
Автор

React Virtuoso is also a pretty good library with typescript support. It's newer as well.

amey
Автор

I prefer the Tan Stack Virtualized List, I really trust the react-query creators 😂

ESArnau
Автор

Not really related to this but I appreciate your opinion. When fetching data from client side, what's your opinion on using server actions since they do the job, but as documentation says it's meant for mutations?

shockgalaxy
Автор

Thanks for your interesting videos, is there a high quality NextJS course you'd recommend? I have some experience with React bu wanna go towards mastery, I'm currently doing Epic React course by Kent C Dodds and I'd like to move to NextJS next.

DevChannel-bi
Автор

Still prefer pagination, but this is a great repo.

-
Автор

I’m so proud of you, i love to see you do what you love ❤ I am also happy that I am what you love 😘 get it? Teehee 😅 love ya babe!

SeibertSwirl
Автор

Maybe a newbie question, but why not use pagination?

Me
Автор

so basically, its a recyclerview like the one on android. very cool

EyuCoder
Автор

Make video on multi tenancy architecture and micro frontends ..

surajdhungana
Автор

I read it as “cows” and was very confused

gabrielbianchi
Автор

react-window is good, but outdated. Better to use react-virtuoso, which has support, and the same simple API

vanpavlichenko
Автор

react-native did it first with FlatList xD

TheSaliDay
welcome to shbcf.ru