You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment MemeGenerator is responsible for performing the http request to fetch the memes data. In effect we're performing as many requests as many times as MemeGenerator is loaded, and that amount again every time app is reloaded.
The point of this ticket is to move the data fetching a level above in App.js
The text was updated successfully, but these errors were encountered:
At the moment MemeGenerator is responsible for performing the http request to fetch the memes data. In effect we're performing as many requests as many times as MemeGenerator is loaded, and that amount again every time app is reloaded.
The point of this ticket is to move the data fetching a level above in App.js
The text was updated successfully, but these errors were encountered: