Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

hackape

18,643
reputation
2
29
57
  • Member since May 08 2014
  • 1039 profile views
  • Last seen Sep 03 '23 at 06:02

Randomly unstuck people. Fluent in JS/TS.

Some of my answers:

TypeScript

  • Replace Generic Interface Type Parameter
  • TS Mapped Type: Conditionally remove certain key base on value
  • Dynamically add function declaration in TypeScript
  • Why do TS mixins require a constructor with a single rest parameter any[]?
  • Restricting types on object properties dynamically based on other properties
  • Why Typescript Omit/Pick erase Symbols
  • TypeScript Conditional Type complains Type not assignable
  • fp-ts How to Handle Async operations within pipe

React

  • TypeScript: How to pass type information from parent to child?
  • Why does useRef solve the problem of stale state?
  • Pass a argument to a function callback

Svelte

  • Is it possible to dispatch a svelte custom event with a target object?
  • How to get Svelte to react to changes in a variable
  • Svelte - Carbon component import breaks debugging
  • Typescript with svelte not compiling
  • Svelte custom event on svelte typescript
  • Why is Svelte Component incremental cost greater than VDOM frameworks?

Misc

  • How to generate a random number based on fixed character set in javascript
  • How style-loader works with css-loader?
  • How to avoid sending multiple duplicate AJAX requests in axios
  • Clear inversify-js container and resolve new service instances