Feed
Social feed: posts, comments, user profiles, create post.
Location
src/features/feed/api/—feed.service.tssrc/features/feed/domain/—feed.store.tssrc/features/feed/ui/— Screens and components
Screens & components
| Screen / Component | Purpose |
|---|---|
| ThoughtsFeedScreen | Main feed of posts |
| CreatePostScreen | Compose and publish post |
| PostCard | Single post with actions, comments |
| CommentSection | Comments for a post |
| UserProfileScreen | View user profile (feed author or self) |
API
- feed.service — Fetch feed, create post, comments, likes, profile data.
Domain
- feed.store — Posts, comments, selected user; used by feed and profile UI.