Should I learn typescript?
I’ve heard that it adds build/run time and also data...
Is it worth it?
Should I learn typescript?
I’ve heard that it adds build/run time and also data...
Is it worth it?
For further actions, you may consider blocking this person and/or reporting abuse
Nwosa Tochukwu -
alakkadshaw -
alakkadshaw -
Tony Metzidis -
Once suspended, yobretyo will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, yobretyo will be able to comment and publish posts again.
Once unpublished, all posts by yobretyo will become hidden and only accessible to themselves.
If yobretyo is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Bret.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag yobretyo:
Unflagging yobretyo will restore default visibility to their posts.
Top comments (2)
I'd recommend you give this article a read, including all the comments. Should help you make a decision.
It will add build time when you run your build command. In the beginning, writing code will be slower, however in my experience the projects you write will move faster overall. There is zero runtime overhead vs javascript because typescript compiles to regular javascript before runtime.
In my view, it's worth it as long as you have Javascript fundamentals down.
YES