codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

React/typescript support

Open Flmob opened this issue 1 year ago • 2 comments

Tried to launch my relatively small react-typescript project and found out that it is impossible to even install all the dependencies. I've faced "heap out of memory" error after 'npm i' command. So I've tried to start with 'npm i react' but faced the same problem.

Is it possible to start react apps at all? Is such a support planned? Are there some kind of workarounds for that?

Thank you

Flmob avatar Sep 23 '23 07:09 Flmob

Hi. Please refer to the react-starter project available in the community templates tab. Having too many dependencies can cause Node to run out of memory on iOS.

bummoblizard avatar Sep 23 '23 09:09 bummoblizard

Hi. Please refer to the react-starter project available in the community templates tab. Having too many dependencies can cause Node to run out of memory on iOS.

Hello. I've took a look at the template. This one works. Thank you. Is that your template? Can you please add more info in the readme and app docs about what exactly was done there and about possible limitations?

For example, looks like it is impossible to start some random react project from git repo in the app.

Also, I can't find any info about typescript usage.

Thank you.

Flmob avatar Sep 24 '23 07:09 Flmob