Start your All-Access Pass to unlock this challenge
Helpers are useful aids to our app! But what are helpers NOT useful for as we're using them in this app?
Helpers are useful for separating a piece of code that we want to re-use elsewhere.
Helpers are useful for extracting a piece of our app logic that we want to unit-test.
Helpers are useful for extracting API calls and managing data processing needs in our application.
Helpers are useful for extracting part of our logic out of a component so that the component is easier to read and maintian.