CamKem's avatar
Level 10

$page.props VS defineProps

Does anyone know when using InertiaJS & Vue, in terms of computational power, if using $page.props.topics is more efficient than defining that prop (defineProps({ topics: Object })) ???

Is there a reason most of the time people explicitly define the props?

0 likes
1 reply

Please or to participate in this conversation.