September 2018
Intermediate to advanced
302 pages
7h 17m
English
To get the most out of TypeScript, you should type as much code as possible. However, our application did not have types before. In the case of a large application, you obviously cannot suddenly add types everywhere. Hence, we will gradually increase application type coverage.
To start, let's look at one of the components that we used:
import PropTypes from 'prop-types';export const NavigateButton = ({ navigation, to, data, text ...
Read now
Unlock full access