Skip to content

Resources for improving typescript performance? #2448

Answered by iway1
iway1 asked this question in Q&A
Discussion options

You must be logged in to vote

Alright so one last followup just in case anyone sees this thread in the future.

The above solution ended up breaking down on us as well. The auto complete / intellisense became so slow that it was pretty much impossible to write code (since auto imports rely on intellisense, it's blocking to wait on it).

So, we had to get our auto imports back so the first thing we did was use any as the router. Of course this turns off all typesafety, which sucks a lot, but we had to write code. To maintain some semblance of typesafety we were importing types directly from the backend. This fixed performance issues, allowed us to write our code, but also left a lot of room for developer error.

Eventuall…

Replies: 8 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iway1
Comment options

Comment options

You must be logged in to vote
4 replies
@DevMude
Comment options

@masterbater

This comment was marked as off-topic.

@divmgl
Comment options

@DevMude
Comment options

Answer selected by iway1
Comment options

You must be logged in to vote
2 replies
@sachinraja
Comment options

@Brenndoerfer
Comment options

Comment options

You must be logged in to vote
1 reply
@divmgl
Comment options

Comment options

You must be logged in to vote
4 replies
@lithdew
Comment options

@timlgl
Comment options

@jthomaschewski
Comment options

@divmgl
Comment options

Comment options

You must be logged in to vote
1 reply
@lithdew
Comment options

Comment options

You must be logged in to vote
1 reply
@lithdew
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
10 participants