You may also enjoy
typescript/javascript function can use returned value in arguments
1 minute read
```typescript function foo({ handler }: { handler: () => void }) { handler() return { bar() { return ‘the string bar’ }, } }
Compare Feature Flags and Settings
1 minute read
Almost all SaaS systems need to implement Feature Flags and Settings(or Configurations) somehow. When people talk about them, they can be mixed together. The...
An interesting react typescript destructuring syntax, kebab naming property with a default value
less than 1 minute read
```typescript type ComponentProps = React.HTMLProps
git best practice
less than 1 minute read
configure user.name and user.email properly understand and use common git cli commands make good commit message use .gitignore filter files shouldn’...