Goal
Practice Zustand state management by implementing an insurance form CRUD feature.
Learning Objectives
Suggested Implementation
- Create
stores/insuranceStore.ts following taxModeStore.ts pattern
- Build form components that use the store
- Add persistence with
zustand/middleware if needed
Reference
Created as a learning exercise for Zustand practice
Goal
Practice Zustand state management by implementing an insurance form CRUD feature.
Learning Objectives
Suggested Implementation
stores/insuranceStore.tsfollowingtaxModeStore.tspatternzustand/middlewareif neededReference
src/stores/taxModeStore.ts,src/stores/personFilterStore.tsCreated as a learning exercise for Zustand practice