An open API service indexing awesome lists of open source software.

https://github.com/ineff3/social-app-fe

Social platform for real-time communications. Built with React, Redux and React-Query.
https://github.com/ineff3/social-app-fe

axios context-api daisyui react react-hook-form react-hooks react-query react-router-dom redux-toolkit socket-io tailwindcss tiptap yarn zod

Last synced: 3 months ago
JSON representation

Social platform for real-time communications. Built with React, Redux and React-Query.

Awesome Lists containing this project

README

          

# App demo

image

----
## Chat
![chat-preview](https://github.com/user-attachments/assets/ecc45916-9e62-4916-ae08-7c99a2900b2b)

### Features

- **Real-time Messaging** – Includes typing indicators & online status.
- **Conversation Management** – Create, preview latest messages, and track unread counts.
- **Message Handling** – Optimistic updates, resend/remove failed messages.
- **Scroll & Pagination** – Cursor-based pagination, scroll position restoration, and smart `scroll-to-bottom` behavior.
- **Rich Content Support** – Handles text, images, and emojis. Uses BlurHash for images to prevent layout shifts.
- **Reusable Chat Logic** – Modular and optimized for scalability.