Skip to content

Commit ac018eb

Browse files
authored
add strong recommendation for ts playground
1 parent 9c81e5c commit ac018eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@
109109
## Prerequisites
110110

111111
1. good understanding of [React](https://reactjs.org)
112-
2. familiarity with [TypeScript Types](https://www.typescriptlang.org/docs/handbook/basic-types.html) ([2ality's guide](http://2ality.com/2018/04/type-notation-typescript.html) is helpful)
112+
2. familiarity with [TypeScript Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html) ([2ality's guide](http://2ality.com/2018/04/type-notation-typescript.html) is helpful)
113113
3. having read [the TypeScript section in the official React docs](https://reactjs.org/docs/static-type-checking.html#typescript).
114+
4. having read [the React section of the new TypeScript playground](http://www.typescriptlang.org/play/index.html?jsx=2&esModuleInterop=true&e=181#example/typescript-with-react) (optional: also step through the 40+ examples under [the playground's](http://www.typescriptlang.org/play/index.html) Examples section)
114115

115116
This guide will always assume you are starting with the latest TypeScript version. Notes for older versions will be in expandable `<details>` tags.
116117

@@ -1679,6 +1680,7 @@ Believe it or not, we have only barely introduced TypeScript here in this cheats
16791680
16801681
It is worth mentioning some resources to help you get started:
16811682
1683+
- Step through the 40+ examples under [the playground's](http://www.typescriptlang.org/play/index.html) Examples section, written by @Orta
16821684
- Anders Hejlsberg's overview of TS: https://www.youtube.com/watch?v=ET4kT88JRXs
16831685
- Marius Schultz: https://blog.mariusschulz.com/series/typescript-evolution with an [Egghead.io course](https://egghead.io/courses/advanced-static-types-in-typescript)
16841686
- Basarat's Deep Dive: https://basarat.gitbooks.io/typescript/

0 commit comments

Comments
 (0)