菜鸟教程小白 发表于 2022-12-13 14:22:15

ios - 在 React Native 中预渲染 ListView


                                            <p><p>我在 iPhone 4S 上的 React Native 中遇到了慢速渲染 ListView 的问题。见 <a href="https://stackoverflow.com/questions/35119790/react-native-listview-slow-to-load" rel="noreferrer noopener nofollow">React Native ListView slow to load</a>有关该问题的详细信息。 </p>

<p>我想到的一种解决方法是预渲染 View ,因为它的所有数据都将在导航堆栈上的前一个 View 中可用。这在 React Native 中可行吗? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用 React Native 的 <a href="https://facebook.github.io/react-native/docs/flatlist.html" rel="noreferrer noopener nofollow">FlatList</a> ,性能要好得多。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 React Native 中预渲染 ListView,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35350972/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35350972/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 React Native 中预渲染 ListView