Submitted 11 months ago
Responsive advice generator app using React
@rk-codeflow
Design comparison
SolutionDesign
Solution retrospective
I was able to fetch data from API however, I encountered a problem while displaying the data on the UI part. After some research, I did this to get the data
const [data, setData] = useState({ slip: {} });
Is there any better way than this?
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord