Reputation: 103
I have a list with items that is loaded from firestore. Users can add new items etc. On each item i would like to have a edit button that toggles a small window, where the input is loaded and editable. Any ideas how to do this?
Upvotes: 0
Views: 67
Reputation: 1525
Based on your comment you could build it as a list:
There is a great tutorial on CodeRealm where guy is building something very similar to what you described. Take a look at it Material-UI/React
Upvotes: 1