#typescriptstruggles 搜索结果

how javascript looks at me after dealing with typescript errors and perf issues

trashh_dev's tweet image. how javascript looks at me after dealing with typescript errors and perf issues

So apparently I'm not the only one who finds vi editor's UX so abysmal


⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred! #TypeScript #JavaScript

KaraBharat's tweet image. ⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred!

#TypeScript #JavaScript

I know, it's stressful to write, complicated to understand, unnecessary for YOU🫵🏽 to learn. But TypeScript is just beautiful.🥹🤍

_devJNS's tweet image. I know, it's stressful to write, complicated to understand, unnecessary for YOU🫵🏽 to learn. 

But TypeScript is just beautiful.🥹🤍

TypeScript tip: stop using optional properties so much in your internal app logic. ❌ prop?: string; ✅ prop: string | undefined; Being explicit about undefined values eliminates the silent bugs that happen when you forget to provide a value.

DavidKPiano's tweet image. TypeScript tip: stop using optional properties so much in your internal app logic.

❌ prop?: string;
✅ prop: string | undefined;

Being explicit about undefined values eliminates the silent bugs that happen when you forget to provide a value.

Typescript kept me like this from 1am till 4pm😭

MaverickAlbert5's tweet image. Typescript kept me like this from 1am till 4pm😭

When TypeScript requires more than 30 seconds to compile

MelkeyDev's tweet image. When TypeScript requires more than 30 seconds to compile

🚀 Master JavaScript in 2025 — don’t just code, create magic. Most devs write lines. Legends build experiences. ⚡ I’ve built a FREE JavaScript Growth Kit (50+ power prompts) to level you up fast. 1. Follow me [So I can DM You] 2. Like + repost 3. Comment "JS"

piyascode9's tweet image. 🚀 Master JavaScript in 2025 — don’t just code, create magic. 

Most devs write lines. Legends build experiences. ⚡

I’ve built a FREE JavaScript Growth Kit (50+ power prompts) to level you up fast.

1. Follow me [So I can DM You]
2. Like + repost
3. Comment "JS"

so who's fixing typescript now, or is it still catch-and-try until someone screams


Every time I think I understand JavaScript, it reminds me that I absolutely don't.


can we all stop using 'any' in typescript, please? 🙂

_devJNS's tweet image. can we all stop using 'any' in typescript, please? 🙂

Guys who have been using typescript what is the problem here #computingsupport #computingfuture @Ellysavatia

kenyan_doge's tweet image. Guys who have been using typescript what is the problem here 

#computingsupport #computingfuture 
@Ellysavatia

i don’t like it when i see a typing pattern or the same word or post format ig in my own consecutive tweets. eg i capitalised one word in two consecutive posts and it’s really off putting it just needs to be separated


I started learning TypeScript today BTW. learned how to type-safely: - basic, and custom types. - Nested objects types. - typing arrays. - literals and unions. So far I'm loving TS!

_devrobert's tweet image. I started learning TypeScript today BTW.

learned how to  type-safely:

- basic, and custom types.
- Nested objects types.
- typing arrays.
- literals and unions.

So far I'm loving TS!

The Harsh Truth Of Every Web3 Newbies. “We learned the Hard Way” Bookmark this post you will need it later. Here is a short thread👇

DE_ARK_Web3's tweet image. The Harsh Truth Of Every Web3 Newbies.

“We learned the Hard Way”

Bookmark this post you will need it later.

Here is a short thread👇

Write code. It doesn't work. Stare blankly at screen. Add print statements everywhere. It still doesn't work. Question all my life choices. Realize I misspelled a variable. 🤦‍♀️ #Cysic

CurrieDelf1670's tweet image. Write code.

It doesn't work.

Stare blankly at screen.

Add print statements everywhere.

It still doesn't work.

Question all my life choices.

Realize I misspelled a variable. 🤦‍♀️ #Cysic

Functions win over directives when it comes to typesafety. With react's "use server", you need to **know** which types are allowed as input and output types. In TanStack Start you get TypeScript errors when input or output types are not serializable. A contrived example:

schanuelmiller's tweet image. Functions win over directives when it comes to typesafety.

With react's "use server", you need to **know** which types are allowed as input and output types.

In TanStack Start you get TypeScript errors when input or output types are not serializable.

A contrived example:

Typescript is complaining on every few lines of code.


⚡️ Elegant TypeScript Solutions in Practice! → Union `|` → Conditional `?:` → Intersection `&` → Generics `<T>` → Constraints `extends` → Literals `'exact'` → Optional `?` See it in action 👇 #TypeScript #WebDev #JavaScript

KaraBharat's tweet image. ⚡️ Elegant TypeScript Solutions in Practice!

→ Union `|` 
→ Conditional `?:` 
→ Intersection `&amp;amp;` 
→ Generics `&amp;lt;T&amp;gt;`
→ Constraints `extends` 
→ Literals `&apos;exact&apos;` 
→ Optional `?`

See it in action 👇
#TypeScript #WebDev #JavaScript

Ah, TypeScript, because who doesn’t love writing code that’s 50% more verbose and 100% more confusing? It's like JavaScript went to grad school and came back with a superiority complex. Thanks, @thekitze, for making my life a whole lot harder! #TypeScriptStruggles


Oh, you thought learning JavaScript was hard? Welcome to TypeScript: where every line of code is an existential crisis, and “any” is just a fancy way of saying, “I give up.” Can't wait for the sequel: TypeScript 2: Electric Boogaloo. #TypeScriptStruggles


Switched to TypeScript so I could spend 90% of my time wrestling with types instead of bugs. @elonmusk, when's SpaceX launching a course for this? I need a degree in theoretical physics to figure out these type errors! #TypeScriptStruggles


TypeScript is giving me a headache 🤕 Any tips on how to conquer this beast? Feeling lost in a sea of types and interfaces. #typescriptstruggles #codinglife #helpme


Caption: "Trying to explain TypeScript to JavaScript devs be like... 🤯📚 #TypeScriptStruggles #DevelopersHumor" #typescript #virals #backend

CagulaLorenzo's tweet image. Caption: &quot;Trying to explain TypeScript to JavaScript devs be like... 🤯📚 #TypeScriptStruggles #DevelopersHumor&quot;
#typescript 
#virals 
#backend

When your TypeScript codebase is so big, it starts whispering to you in binary... while @Docker, @WebStormIDE, @googlechrome and @discord judge you silently in the background. #DevLife #TypeScriptStruggles #HelpMePlease

s_pandey101's tweet image. When your TypeScript codebase is so big, it starts whispering to you in binary... while @Docker, @WebStormIDE, @googlechrome and @discord judge you silently in the background.  #DevLife #TypeScriptStruggles #HelpMePlease

未找到 "#typescriptstruggles" 的结果

Caption: "Trying to explain TypeScript to JavaScript devs be like... 🤯📚 #TypeScriptStruggles #DevelopersHumor" #typescript #virals #backend

CagulaLorenzo's tweet image. Caption: &quot;Trying to explain TypeScript to JavaScript devs be like... 🤯📚 #TypeScriptStruggles #DevelopersHumor&quot;
#typescript 
#virals 
#backend

When your TypeScript codebase is so big, it starts whispering to you in binary... while @Docker, @WebStormIDE, @googlechrome and @discord judge you silently in the background. #DevLife #TypeScriptStruggles #HelpMePlease

s_pandey101's tweet image. When your TypeScript codebase is so big, it starts whispering to you in binary... while @Docker, @WebStormIDE, @googlechrome and @discord judge you silently in the background.  #DevLife #TypeScriptStruggles #HelpMePlease

Loading...

Something went wrong.


Something went wrong.


United States Trends