Create React App using typescript, Redux toolkit, api npx create-react-app reduxtoolkitapi --template typescript cd reduxtoolkitapi npm install @reduxjs/toolkit axios react-redux npm install react-paginate npm install @mui/material @emotion/react @emotion/styled Folder structure step-1 src >>> store >>> index.tsx (create slice) step-2 src >>> hooks >>> index.tsx (configure and combine reducer) step-3 src >>> App.tsx (declare provider and store) step-4 src >>> page >>> index.tsx (call useDispatch and useSelector) Pagination src >>> page >>> postlist