Code Review / Feedback on my naming functions, reducers, actions, containers, in my redux playground app?

Hi! I’m striving to improve how I name my Containers, Reducers, Action Creators, Actions and Components at React and Redux. Any feedback is appreciated. :slightly_smiling_face:

App Summary:
It is an app with a Display and Buttons on it. Each time you click the a button, the value is updated.

Here’s the app from stackblitz:
https://stackblitz.com/edit/jcunanan05-react-redux-playground

Thank You Campers!!

I found that each time I click, the number is added to the list. (so not updating as in an EDIT operation).
Anyway, I can’t see anything wrong with the code.

1 Like

Thank you Johnny. :slight_smile:

Happy Coding!

1 Like