How do you cache FlatList.renderItem? Is the below FlatList.renderItem properly cached?
•Let's take a look at caching FlatList's renderItem when it needs to pass down an ID to the on press of the list's item.
Let's take a look at caching FlatList's renderItem when it needs to pass down an ID to the on press of the list's item.
First of 2022 React Native Weekly. Covers updates since ...
A GridView is a component that can render a list of items and group the items by the crossAxisCount.
I have been compiling a list of open source apps that I find online. This is a very helpful list for you to learn common patterns used in React Apps.
Leland made a prediction about the popularity of React & React Native, and usage of strictly typed languages back in 2017. How did it pan out?
In this tutorial, I go over how to create a native module in C++ to extend the functionality of React Native You.i components by tapping into its counterparts
Highlights from the React Native Show Podcast with the presenters of the React Native EU 2020.
On 10ft devices visual feedback is required not only for presses but also for focus. The following is a simple implementation of such.
React Native never stops evolving, everyday there are new libraries and new updates to React Native core. This post is an organic article that is periodically updated with the changes of React Native.
This post will walk you through the steps to create a Native View Module for react-native-youi library.
I pinpoint the parts I found interesting in this podcast where Eli White revists React Native's principles and more.
When specifying the behavior of a data structure component, there are often two concerns that need to be dealt with: basic functionality and support for data integrity. A data structure component is often easier to use if these two concerns are divided as much as possible into separate sets of client functions.²
When specifying the behavior of a data structure component, there are often two concerns that need to be dealt with: basic functionality and support for data integrity. A data structure component is often easier to use if these two concerns are divided as much as possible into separate sets of client functions.²
Which should we choose? The rise of Flutter brought doubt to the decisions for a new mobile project. This doubt did not exist back in 2016/17 when someone needed a cross-platform mobile solution. Back in 2016/17
React Native recently added support to React hooks. Here is an overview of how to use FlatList with it.
In this Medium Post, I explain how you can automate your StoryBook set up for React Native