Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
988 changes: 1 addition & 987 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/advanced/misc-concerns.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Any other tips? Please contribute on this topic! [We have an ongoing issue here
Compiling large TS projects can get slow. Here are some tips:

- We have a dedicated repo tracking TS speed recommendations: https://github.com/typescript-cheatsheets/speed
- Use [TS 3.0 Project references](https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_version#typescript-30)
- Use [TypeScript Project references](https://www.typescriptlang.org/docs/handbook/project-references.html)
- 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)
- Webpack ([see CRA diff](https://gist.github.com/jaredpalmer/d3016701589f14df8a3572df91a5754b)):
- set `output.pathinfo = false`
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/patterns_by_usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ ReactDOM.render(
);
```

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

```tsx
ReactDOM.render(
Expand Down
Loading
Loading