User interface developed with React is made of small and isolated pieces of code called ___.
React applications are built using components, which are reusable, self-contained pieces of code that define how a part of the user interface should appear and behave.