In our application we use redux and store out the whole application state in a global state. But I'm just interested is it correct to store some components's data also in own state? Thus we will have part of data in a global redux state and part of data in component's own state.
Please share your thoughts about it.