If you are developing this feature within a larger codebase, consider these architectural tips: Guide to comments in Figma
Decide how users will interact with the feature. Modern platforms often use these specific patterns: LEAVE A COMMENT
: Use a "Reply" system to keep conversations organized, similar to Microsoft Excel's threaded comments. If you are developing this feature within a
: Create a comment model that includes fields for user_id , timestamp , content , and a parent_id (for replies). LEAVE A COMMENT
: For a modern "live" feel, use tools like Pusher to sync comments across all user devices instantly without a page refresh. 3. Best Practices for Developers



