Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Sir,
I was recently studying with your react course ,but i was facing problems during fetching the API.
I did research and found these listed edits:
Unique Key Prop: The second version uses a key prop in the Card component. In React, it's important to provide a unique key prop when rendering lists of components to help React identify which items have changed, been added, or removed.
JSX Simplification: The second code block simplifies the JSX syntax by removing the explicit return statement and wrapping the Card component directly in the parentheses, which is a more concise and idiomatic way to write JS
I suppose many will be facing this issues and changing them would be helpfull.
Thank you for your course its really the best.
Thank you