Adding, Removing andListing friends from solid with react

I’m trying to develop an aplication based on solid. I just need to list the users friends to check out whether they are or they are not friends already, to show a custom FollowButton or UnFollow Button. I can’t find any resources online that either work or i understand.

I couldn’t find out how to add or removing friends too…

I forgot to mention it, sorry, I’m using React.

Hi Guillermo,
this tutorial might help you with those basic operations:

You would need to adapt it to using vocabularies for friends, etc. instead of to-dos.
Let me know if you find it helpful!

1 Like