How often do you use Typescript?
I’m starting to get into react native… expo. I haven’t actually used it in the 5 years I’ve been a developer
How often do you run into using it? Or mobile projects?
I mainly use Nextjs
How often do you use Typescript?
I’m starting to get into react native… expo. I haven’t actually used it in the 5 years I’ve been a developer
How often do you run into using it? Or mobile projects?
I mainly use Nextjs
For further actions, you may consider blocking this person and/or reporting abuse
Nik L. -
Jakub Andrzejewski -
CodeGirl -
bugudiramu -
Once suspended, justcode_27 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, justcode_27 will be able to comment and publish posts again.
Once unpublished, all posts by justcode_27 will become hidden and only accessible to themselves.
If justcode_27 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 emm.
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 justcode_27:
Unflagging justcode_27 will restore default visibility to their posts.
Top comments (9)
We try to use typescript for every project.
Doesn't matter if it's nextJS, react (native) or whatever. Typescript is awesome
Is it difficult to learn? So far, idk… it kinda seems annoying. I’ve heard some popular developers call it a hassle and don’t use it.
I use it daily & have been using it for more than 5 years.
Not difficult to learn at all. Well, each person is different, but I picked it up very quickly.
It is very useful when working on a large project with a large team, as the type-safety (when used correctly) prevents a lot of misconceptions and bugs.
I would say definitely give it a fair chance to see if YOU like it or not, don't take what some other developer says as gospel.
What’s a main difference to get used to? React Native only has TS boilerplates, that’s why I’m asking.
I’m getting hang of it, in a way. But I like to mainly use APIs instead of local passing data most of the time
I’m asking because, the only “Templates” that are available from React/Expo, use Typescript. Why not JS?
From 9 to 5!
The typing helps a ton with refactoring and rewriting in general. So at work as consultant I would never go without TS.
For personal stuff I try to go without building and compiling, so usually no TS there.
What is Javascript? ...I use Typescript. LoL
All the time! The main advantage is that you get errors signaled directly in your IDE
Never