issues
search
aadeshkulkarni
/
figuringout
Thought Journal | NextJS | MongoDB | Shadcn
https://figuringout.life
MIT License
97
stars
96
forks
source link
Bug | New Likes & Posts are not updated on the feed at real time
#278
Closed
aadeshkulkarni
closed
1 week ago
aadeshkulkarni
commented
2 weeks ago
Requirements:
When user likes a post, the app should reflect it on the UI at real time. Instead, the user needs to refresh the screen to see the updated UI.
When user creates a post, the app should add it to the existing feed that's visible on the screen.
Analysis:
This happens because:
Server components used.
No state management mechanism since Server component.
Requirements:
Analysis:
This happens because: