What is the best way to set up React app with TypeScript and tests?
I am starting a React project and as of now I don’t have any plans to start with Next. I am planning to work with React 18.3, TypeScript 5, Redux as state management and Jest as testing library.
How to use typescript path aliases in my Create React App Typescript Eslint project?
I used this template project
https://github.com/kristijorgji/cra-ts-storybook-styled-components and upgraded some libs.
How to use typescript path aliases in my Create React App Typescript project?
I have this template project
https://github.com/kristijorgji/cra-ts-storybook-styled-components