Goal:
Use reactive composition to dynamically filter photos based on selected tags and approval
status.
Details:
- In the photo list component, combine observables:
- selected tags
- approval status
- photo stream
- Use combineLatest and map to transform the filtered photo list.
- Ensure filtering reacts immediately to UI changes
Goal:
Use reactive composition to dynamically filter photos based on selected tags and approval
status.
Details: