1. 6
    Separate API Utility Functions from React Components
    1m 15s

Separate API Utility Functions from React Components

Share this video with your friends

Send Tweet

Separating concerns can improve code re-use. Keeping API functions separate from components can be a nice way to isolate concerns with the data layer and make data fetching functions available to other modules.