Redux Toolkit (Todo)
Main.jsx:
The Provider component from react-redux is used to wrap the entire application to give all components access to the Redux store.
Instead of passing a value prop (as used in React Context), we pass the store to the Provider.
createRoot is...