Use Redux State and Actions in React Components js file with a <Counter> component inside, then import that component into App. js and render it inside of <App> . Now, any time you click the “Increment” and “Decrement buttons: The corresponding Redux action will be dispatched to the store.