Ravindu Sathsarasathsara.hashnode.devยทMay 1, 2023Just created a simple React-Redux app using TypeScript! ๐Step 1: Set up a new React project You can create a new React project using create-react-app. Open your terminal and run the following command: npx create-react-app my-app --template typescript This will create a new React project in a folder called...16 likesยท107 readsReactAdd a thoughtful comment1 commentTop commentsSwapnil PantยทMay 1, 2023May 1, 2023The simplest project to get the knack of Redux 10ยทReply