#how can i add React to my typescript project?

15 messages · Page 1 of 1 (latest)

sullen arch
#

i have a typescript project made with npm.
i wondered how i can add React to this project (i have never made a react project before).

paper bolt
#

follow the documentation

#

compare the code generated by create-react-app

#

to your current code

#

see how the react component is mounted to index.html

sullen arch
#

no, create-react-app sucks.

paper bolt
#

if you actually want to understand how react works

#

otherwise feel free to use create vite

final crown
#

Have you thought about why it’s bad?

#

I know it’s very much still being used lol

#

Just earlier this week I was on one of googles websites and that was made with cra

cloud root
#

Create react app does nothing more than creating a react app

#

There’s no simpler choice