#typescript
Read more stories on Hashnode
Articles with this tag
React 19's useOptimistic hook lets you update your UI to its expected state after an asynchronous action while the action is still in...
React 19 makes it way easier to manage state and data mutations! This is made possible with the introduction of "Actions" which are functions that use...
Spoiler: It doesn't...at least not directly · Ever wonder how React converts JSX markup into HTML code? Your first thought might be that React is doing...
Your brain can hold a limited amount of information in working memory. The same holds true when you're programming. Because of this, it's a good idea...
"TypeScript is just JavaScript with type safety!" You've probably heard it described this way before. Now while it's true, it doesn't explain why...
Use TypeScript generics to write simpler, cleaner and easier to understand code · If you’ve used TypeScript before then you know how powerful it can...