High Performance Through Subscriptions Example
Demonstrates how, by restricting which parts of form state the form component needs to render, it reduces the number of times the whole form has to rerender. Yet, if some part of form state is needed inside of it, the <FormSpy/>
component can be used to attain it.