Basarat Ali Syed
Basarat Ali Syed
No longer maintained : https://github.com/alm-tools/alm#no-longer-maintained 🌹 Thanks for your interest :heart:
Reading through the FAQ : https://github.com/palantir/blueprint/wiki/Frequently-Asked-Questions Specifically `Blueprint with a traditional global CSS stylesheet for a few reasons` I would like to argue against the reasons presented using [typestyle](http://typestyle.io) as...
If this React `React.lazy` RFC lands will change the naming convention to be `Buttons.tsx` (instead of `buttons.tsx`) and sunset the default exports issues, probably move into a blog post with...
Because you can use it on the command line to `--init`: ```ts npx tsc --init --rootDir src outDir lib ```
Again cover the basic: - `keyof` - Lookup `T[K]` - Mapped - Conditional (and infer) And then cover the ones in `lib.d.ts` Pick / Readonly / Exclude / Return type...
```ts type RenderedViewProps = { url: string }; const RenderedView: React.FC = React.forwardRef((props, ref) => { return }); ```
https://twitter.com/SeaRyanC/status/1179816663199277056 :rose:  
- npx - .bin - use package.json -`pre` / `post` - concurrently - rm -rf - `npm test` - `npm start` - `npm run `
Yay : https://github.com/Microsoft/TypeScript/pull/21316 This is much better and simpler than mapped types 🌹
https://github.com/Microsoft/TypeScript/pull/12114 Somewhere in the `types` section : https://github.com/basarat/typescript-book/tree/master/docs/types