Code Review Videos >

Typing req.query In Express With TypeScript

If you’re using TypeScript with Express, you may well hit on TS2339: Property ‘whatever’ does not exist on type ‘RequestQuery’. It’s actually pretty easy to solve. Perhaps more frustrating than anything, as you may well have lots of examples of this problem, especially if migrating an older project from JavaScript, or less restrictive TypeScript, to … Read more