ES7 with Babel and you get the same thing. Let the transpiler worry about converting it to something the browser is happy with.
Other thing is that he mentioned wanting to write both a web app and a mobile app, using React with React-Native for the mobile app and React-Dom for the web may allow him to re-use most of his components and code. > On Aug 25, 2017, at 01:33, Christoph Zwerschke <[email protected]> wrote: > > I found that it is much more enjoyable to write the frontend code with > TypeScript, not only because of the typing aspect, but because you can use > all the modern JavaScript features which make JavaScript more similar to > Python. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/E082167C-57FD-4065-91F8-ACE1D19D0A71%400x58.com. For more options, visit https://groups.google.com/d/optout.
