Resources
React Components, Elements, and Instances
This article is a great resource for understanding the difference between components, elements and instances. Knowing this difference is important in understanding why an equality comparison between two components (e.g. <Component /> === <Component />
) will fail.
The Callstack blog
The team at Callstack are massive contributors to the React Native ecosystem, and regularly share their knowledge and tips on their blog.