Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring some components & adding typescript best practices #123

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

mth-bou
Copy link

@mth-bou mth-bou commented Jun 24, 2024

Hey! I've made a few changes to your project. I originally wanted to fix the problem of duplicate memories for the /memories page at each refresh (the table wasn't being reset at each new rendering which added duplicates indefinitely), but I ended up refactoring quite a few things. Here they are:

  • Fix duplicated memories

Refactored the code, improved readability & added stricter typing with Typescript on pages :

  • /post
  • /profile/id
  • /home
  • /feed
  • /memories

I've merged these changes locally and everything works fine.

However, I noticed something strange, which was happening before my changes. When I tried to add a new post today, the post was indeed added and displayed on the BeReal application, but on yesterday's date. However, I noticed that the API response was correct regarding the date and was displaying "2024/06/24". When I try to delete this post via toofake.lol, I get an error 400. I can't delete this post directly from the BeReal API either, there must be a link.

@s-alad
Copy link
Owner

s-alad commented Jun 24, 2024

Will review sometime soon

@s-alad s-alad self-requested a review June 24, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants