In the previous chapter, we learned how to use the Node Package Manager or NPM, the command-line tool that allows us to install and update our application packages.
This chapter will examine React function components, which have become the status quo of writing up-to-date React apps, and the syntax to define the props we use for our function components using TypeScript. Simply put, React function components are essentially ...