Hacker News new | ask | show | jobs
by houseatrielah 1026 days ago
I hit my first roadblock in React -- I had a list of objects each had lists in them (list<Post>, Post has list<Replies>). I wanted the UI to update when a reply is updated. This isn't straightforward, https://stackoverflow.com/questions/43040721/how-to-update-n...