Skip to content

Commit 850e2a4

Browse files
dump outdated content (#819)
1 parent 170096e commit 850e2a4

22 files changed

Lines changed: 5 additions & 2683 deletions

README.md

Lines changed: 1 addition & 987 deletions
Large diffs are not rendered by default.

docs/advanced/misc-concerns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Any other tips? Please contribute on this topic! [We have an ongoing issue here
168168
Compiling large TS projects can get slow. Here are some tips:
169169

170170
- We have a dedicated repo tracking TS speed recommendations: https://github.com/typescript-cheatsheets/speed
171-
- Use [TS 3.0 Project references](https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_version#typescript-30)
171+
- Use [TypeScript Project references](https://www.typescriptlang.org/docs/handbook/project-references.html)
172172
- Check the official [TS performance wiki guidelines](https://github.com/microsoft/TypeScript/wiki/Performance) - note that [Dan Rossenwasser says to take it with a grain of salt](https://news.ycombinator.com/item?id=25199070)
173173
- Webpack ([see CRA diff](https://gist.github.com/jaredpalmer/d3016701589f14df8a3572df91a5754b)):
174174
- set `output.pathinfo = false`

docs/advanced/patterns_by_usecase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ ReactDOM.render(
243243
);
244244
```
245245

246-
As of [TS 2.9](#typescript-29), you can also supply the type parameter in your JSX to opt out of type inference:
246+
You can also supply the type parameter in your JSX to opt out of type inference:
247247

248248
```tsx
249249
ReactDOM.render(

0 commit comments

Comments
 (0)