typescript-book icon indicating copy to clipboard operation
typescript-book copied to clipboard

:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹

Results 117 typescript-book issues
Sort by recently updated
recently updated
newest added

Hey Basarat, I'm reading the secsion [***Interface***](https://basarat.gitbooks.io/typescript/docs/types/interfaces.html) of the book. And decided to copy & past some snippet into [***typescript Playground***](https://www.typescriptlang.org/play/index.html). I've find that your code may not designed to...

```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)

The instructions for Nominal Typing don't work anymore. See also: https://github.com/microsoft/TypeScript/issues/32891#issuecomment-527491212

when I follow the guide in https://github.com/basarat/typescript-book/blob/master/CONTRIBUTING.md and run the command `gitbook serve .` I see this error: ```bash ➜ typescript-book git:(master) gitbook serve . Live reload server started on...

I was reading through the book and I found that it's been almost 1 or 2 years since the last substantial commit was done on [this documentation on Number](https://github.com/basarat/typescript-book/blob/master/docs/javascript/number.md). If...

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

- 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