How to add item to array in prisma database at frontend?
Hello, lets say I have user and this user have coins.
How can I then inside a React component add coins to this array?
And then displaying them on different page?
For example:
And then let's say in frontend I want a button that adds item to this Coin array.
2 Replies