What are components?

Technology CommunityCategory: React NativeWhat are components?
VietMX Staff asked 3 years ago
  • Components are the building blocks of any React application.
  • Components let you split the UI into independentreusable pieces, and think about each piece in isolation.
  • React Native provides a number of built-in components. Some are:- – Basic Components – User Interface – List Views – iOS-specific – Android-specific