Open kl2695 opened 7 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.
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?
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.