kl2695 / Ohana

2 stars 0 forks source link

comments dont re render automatically #4

Open kl2695 opened 6 years ago

kl2695 commented 6 years ago

Right now the comments functionality works, but a user has to refresh a page to see their comments actually displayed. I'm aiming to fix this so comments automatically re-render upon submission.

chungkikelly commented 6 years ago

Are the comments not being directly pulled from the Redux store? And if they are, are you dispatching a Redux action that adds a comment to the store?