Answer the question
In order to leave comments, you need to log in
How to make like button for React Redux Firebase post?
Good day!
How to make like button for React Redux Firebase post?
Answer the question
In order to leave comments, you need to log in
1. Create a like component
You should store posts in Firestore, it is desirable that posts have a field likes: [...userId]
so that the user cannot like the post indefinitely.
likes
has a id
user, then block the like button. like
action - if the like request is resolved with success, update the state of the posts locally. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question