Posts by Raphael Lima • 1 point
1 post
-
0
votes1
answer264
viewsA: Passing props between components
You can set a function in your Casepage and pass via prop or Context to the Casecard and when it is clicked you call the Casepage function. Example: import Portfolio from './Portfolio' import React…