30

Any Typescript users here? I feel like it's not used as much as it should.

Comments
  • 7
    βœ‹
  • 2
    Typescript is really good in my opinion. Its a better understandable "version" of js i think. But i did not get deeper in it. So maybe I'm wrong. But i know some people, who are swearing to use typescript instead of js itself.
  • 2
    @jakobev It's true. Typescript is one of the only reasons I got back into Javascript because it makes writing it fun!
  • 3
    The only problem with ts is micro$oft, almost all the rest is good
  • 3
    @Jakuho Open-source though!
  • 2
    We use on front and back end - not sure why anyone would use vanilla js
  • 2
    @spacem not sure why anyone would use any kind of js on backend
  • 0
    It used when angular and react've been usedπŸ˜‰
  • 2
  • 2
    Typescript mainly makes Javascript look more like Java...
  • 1
    πŸ™‹πŸ»‍♂️
  • 3
    I use it with Angular. I'm mixed on it, but I'm biased. I've been working with JavaScript and Python my whole career so I've not had a lot of experience with typing. I often find it more frustrating than not, but I understand that I'm probably in the minority
  • 1
    Typescript is life ... POO in javascript vanilla is a shity crap
  • 1
    Ionic/Angular here :)
  • 0
    I noticed the source code for VSCode has a lot of typescript. I might need to learn it just for that.
  • 0
    I use it just hope one day they drop the transpiler and browsers can understand it natively
  • 0
    @mt198 you can run es6 syntax from console in chrome and Firefox. The difficulty comes from all browsers need to behave the same, but webkit and ie refuse to do that.
  • 0
    I had to work on angular app, i hate this web/js/apps/frameworks trend, at least typescript made it a bit better than js... Anyway I'm glad to be back on pure .Net development
  • 1
    I do. With React for frontend and NodeJS for backend (serverless). And with ionic/angular for side projects. Can't even imagine working with vanillaJS now. πŸ˜…
  • 2
    I would hate to go back to regular js after having used Typescript for a year now.
Add Comment