Concept Flow - Composable accepting parameters
Call composable with params
Inside composable: receive params
Use params to create reactive state
Return reactive state and functions
Component uses returned state
Component renders with param-based data
The component calls the composable with parameters, which creates reactive state based on those parameters and returns it for the component to use.