martin-markovic / learn-connect

Multi-feature platform designed to enhance the online learning experience.
MIT License
0 stars 0 forks source link

Refactor Socket and Chat Functionality for Modularity and Clarity #35

Closed martin-markovic closed 3 weeks ago

martin-markovic commented 3 weeks ago

Summary

This pull request aims to improve the clarity, modularity, and structure of the socket event handling and chat-related components. It introduces new controllers, moves socket events into dedicated modules, and restructures the component files for better organization. Additionally, it integrates a centralized chat context for managing chat-related data using the useContext hook.


Changes