Answer the question
In order to leave comments, you need to log in
What problems can arise when using TypeScript with React+Redux?
There are very few projects written in this bundle, but wouldn't strong typing help support large projects?
Is it possible to import modules written in js into typescript? And what problems can await me in this endeavor?
Answer the question
In order to leave comments, you need to log in
Writing *.d.ts is optional. Instead of importing, you can use const variable = require('library');
The question is too general. In our project, I use both TS and JS in one file. I don't see any problems
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question