B
B
Boogie19892016-10-01 01:36:06
JavaScript
Boogie1989, 2016-10-01 01:36:06

Does it make sense to use TypeScript or es6+Babel in Expressjs?

I have an idea to write an application in Express + Angular2. Angular in conjunction with TypeScript. The question is, does it make sense to use ts on the back? Or es6+Babel. The node, in principle, almost completely supports es6, but for example, it swears at import / export. Who uses what in their projects?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dima Zherebko, 2016-10-01
@G_tost

The project is large and needs further -typescript support.
A small project that you will forget about in a month -es6

O
OnYourLips, 2016-10-01
@OnYourLips

There is a point: static typing, it greatly simplifies the support of projects.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question