-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
i want react native FlatList fully performance like RecyclerListView............more then 200 item after FlatList performance so slow/poor and app is not work properly #31528
Comments
please give me better way to do perfomace listview |
react native developer mack a better flatlist or i quit react native |
do not close this issue......or i am gone a Switch to flutter......... |
if this problum not solve...all react native developer check this link out ... |
my list of data i have 10000 item [{}...10000] and i also apply |
i have a solution use pureComponent................................................................................................................................. full code ` export default function PerfomaceFlatlist({navigation}) { const renderItem = ({item}) => ( const renderFooter = () => { return ( const styles = StyleSheet.create({ class MyListItem extends React.PureComponent { ` |
use Pure Component..must......large list |
PureComponent + 10/20/30 item pagination + getItemLayout ...........use... |
Pagination makes sense you can also use |
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
React Native version:
Run
react-native info
in your terminal and copy the results here.Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
Describe what you expected to happen.
Snack, code example, screenshot, or link to a repository:
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: