how do i structure my components with reflex
if i needed to have a state per component, how would i go about structuring that with reflex? cuz my initial approach was to create the slice in the component, then sync it to client in the same component, but after really reading the docs, i realized it wouldnt work. any help or clues to point me toward the correct approach would be appreciated thanks!
