Master student in computer science looking forward for a PhD candidacy in data science soon.
full stack Web Development. 😉😉
No blogs yet.
i have a button which contain id attribute and that button is a link to another react component but i want to carry on with the id to the next component. code: <Link><button id={user._id>next</button></Link> any help
i am making a portfolio webpage using reactJS; i use react router to navigate into different parts of the SPA,the data i use is from resumeData.json; but i am having trouble to pass data through other components. you can help me through my github pa...