Basarat Ali Syed

Results 54 issues of 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...

Type: feature request
Status: in discussion
Package: core

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: ![image](https://user-images.githubusercontent.com/874898/66182426-5f5fde00-e6b8-11e9-97d3-974e0bbd5484.png) ![image](https://user-images.githubusercontent.com/874898/66182420-5a9b2a00-e6b8-11e9-8751-c2f605a16252.png)

- 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