harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
82 stars 61 forks source link

Update post details #38

Closed harshmangalam closed 2 years ago

harshmangalam commented 2 years ago

Update post details inside Post comment

prateek-1606 commented 2 years ago

Hi @harshmangalam , can you explain elaborate this issue i would like to work on it. Thanks

harshmangalam commented 2 years ago

In post detail there is two resource layer to fetch data from api

When any user will delete their comment or add new comment update both resource by calling their refetch method in this way data will be updated in frontend.

prateek-1606 commented 2 years ago

@harshmangalam Thanks for clarifying. I would like to work on this please assign.

harshmangalam commented 2 years ago

FIxed by @prateek-1606