Skip to content

Commit 851a649

Browse files
authored
add HOC cheatsheeta
1 parent 160d5a1 commit 851a649

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Translations:
2121
- The goal is to take _full advantage_ of TypeScript.
2222
- **The Migrating Cheatsheet** ([`/MIGRATING.md`](/MIGRATING.md)) helps collate advice for incrementally migrating large codebases from JS or Flow, **from people who have done it**.
2323
- We do not try to convince people to switch, only to help people who have already decided
24+
- ⚠️This is a new cheatsheet, all assistance is welcome
25+
- **The HOC Cheatsheet** ([`/HOC.md`](/HOC.md)) specifically teaches people to write HOCs with examples.
26+
- Familiarity with [Generics](https://www.typescriptlang.org/docs/handbook/generics.html) is necessary.
2427
- ⚠️This is the newest cheatsheet, all assistance is welcome
2528

2629
---

0 commit comments

Comments
 (0)