Skip to content

Instantly share code, notes, and snippets.

@dcz-switcher
dcz-switcher / React_TypeScript_17_0_2.md
Created January 21, 2023 16:29 — forked from vvickedvveb/React_TypeScript_17_0_2.md
Downgrade to React 17.0.2 From 18 with TypeScript Using create-react-app

Install

npx create-react-app my_app --template typescript

package.json,

Replace versions with following...

"dependencies": {
...