Broke the projects into reusable components, such as -
For the Cards :
{ data.map( (data) => { return ( <Cards title={data.title} link={data.link} paragraph={data.paragraph} /> ) }) }
- 0
No comments on this solution yet.
Be first to post.
Join Our Discord Channel
Chat and discuss solutions with a growing community of developers.