Avoiding Full URLs
Learn how to avoid passing full URLs to prevent code bloat and make it easier to run in different environments.
We'll cover the following...
Passing full URLs from each action creator might cause code bloat and make it harder to run in different environments. Action creators should only pass the relative path of the URL, and API ...