Skip to main content

Feed

Social feed: posts, comments, user profiles, create post.

Location

  • src/features/feed/api/feed.service.ts
  • src/features/feed/domain/feed.store.ts
  • src/features/feed/ui/ — Screens and components

Screens & components

Screen / ComponentPurpose
ThoughtsFeedScreenMain feed of posts
CreatePostScreenCompose and publish post
PostCardSingle post with actions, comments
CommentSectionComments for a post
UserProfileScreenView 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.