L
L
Lenar Fattakhov2016-07-22 16:43:28
JavaScript
Lenar Fattakhov, 2016-07-22 16:43:28

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

2 answer(s)
Y
Yurii Nekrasov, 2016-12-03
@driversti

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 question

Ask a Question

731 491 924 answers to any question