Tagged
#typescript
10 posts
TypeScript config files with type-aware ESLint
How to keep *.config.ts files in TypeScript without breaking your lint setup
#typescript#eslint#tooling#viteYour IDs need better DX
They can be sortable, selectable, distinguishable, and type safe.
#utility#typescript#dbWhy software doesn't work anymore
We deserve better Results
#errors#typescript#rust#react#fastifyHow to stop using so many optional properties in your React TypeScript props
Using TypeScript unions to define relationships between props
#typescript#react#tutorialDeath to Default Exports!
Why you should go right now and delete every "default" from your codebase
#javascript#typescript#exports#react#opinionWhen to use each JavaScript iteration method
And a practical guide to the reduce() function
#javascript#typescript#reactHow to test TypeScript type definitions with Jest
You can add tests for your static TS types right next to your regular Jest tests
#typescript#jest#testing#tutorialStrongly typing a React "component" prop
Allowing customization of the root node of a React component & maintaining correct prop typing
#react#typescript8 JavaScript Testing Mistakes to Avoid
In no particular order
#javascript#typescript#react#unit#testing#jestHow to get started with Azure Functions in Node.js
What I've learned from my confusing initial experience setting up Azure Functions in JavaScript
#azure#nodejs#javascript#typescript#tutorial