Back to projects

Redux Toolkit

Redux Toolkit Profile State

A small React application focused on global state management with Redux Toolkit. The project allows the user to update a username in the Profile component, store it in a shared Redux store, and display the updated value in the Header component. It demonstrates component communication through global state, configureStore, createSlice, Provider, useSelector, and useDispatch.

ReactViteRedux ToolkitReact ReduxJavaScriptGlobal StateuseSelectoruseDispatch
Redux Toolkit Profile State demo