Skip to content

Commit 54a2f36

Browse files
committed
Merge pull request #35 from MarkPollmann/fix-toc-links
fix ToC hash links
2 parents 883a702 + 867067a commit 54a2f36

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,46 @@ Translations: [中文翻译](https://github.com/fi3ework/blog/tree/master/react-
99

1010
<summary><b>Expand Table of Contents</b></summary>
1111

12-
- [Section 1: Setup](#section-1--setup)
12+
- [Section 1: Setup](#section-1-setup)
1313
* [Prerequisites](#prerequisites)
14-
* [React + Typescript Starter Kits](#react---typescript-starter-kits)
14+
* [React + Typescript Starter Kits](#react--typescript-starter-kits)
1515
* [Import React](#import-react)
16-
- [Section 2: Getting Started](#section-2--getting-started)
16+
- [Section 2: Getting Started](#section-2-getting-started)
1717
* [Stateless Functional Components](#stateless-functional-components)
1818
* [Stateful Class-based Components](#stateful-class-based-components)
1919
* [Typing DefaultProps](#typing-defaultprops)
2020
* [Extracting Prop Types](#extracting-prop-types)
21-
* [Types or Interfaces?](#types-or-interfaces-)
21+
* [Types or Interfaces?](#types-or-interfaces)
2222
* [Basic Prop Types Examples](#basic-prop-types-examples)
2323
* [Useful React Type Examples](#useful-react-type-examples)
2424
* [Forms and Events](#forms-and-events)
25-
- [Section 3: Advanced Guides](#section-3--advanced-guides)
26-
* [Higher Order Components/Render Props](#higher-order-components-render-props)
25+
- [Section 3: Advanced Guides](#section-3-advanced-guides)
26+
* [Higher Order Components/Render Props](#higher-order-componentsrender-props)
2727
* [Context](#context)
28-
* [Forwarding References/createRef](#forwarding-references-createref)
28+
* [Forwarding References/createRef](#forwarding-referencescreateref)
2929
* [Portals](#portals)
3030
* [Error Boundaries](#error-boundaries)
31-
* [Timeout/Placeholder/createFetcher](#timeout-placeholder-createfetcher)
32-
- [Section 4: Misc. Concerns](#section-4--misc-concerns)
31+
* [Timeout/Placeholder/createFetcher](#timeoutplaceholdercreatefetcher)
32+
- [Section 4: Misc. Concerns](#section-4-misc-concerns)
3333
* [Writing Typescript Libraries instead of Apps](#writing-typescript-libraries-instead-of-apps)
34-
* [Component/Design System Development](#component-design-system-development)
34+
* [Component/Design System Development](#componentdesign-system-development)
3535
* [Migrating from Flow](#migrating-from-flow)
36-
* [Prettier + TSLint](#prettier---tslint)
37-
* [ESLint + TSLint](#eslint---tslint)
38-
* [Working with Non-Typescript Libraries (writing your own index.d.ts)](#working-with-non-typescript-libraries--writing-your-own-indexdts-)
39-
- [Troubleshooting Handbook: Types](#troubleshooting-handbook--types)
36+
* [Prettier + TSLint](#prettier--tslint)
37+
* [ESLint + TSLint](#eslint--tslint)
38+
* [Working with Non-Typescript Libraries (writing your own index.d.ts)](#working-with-non-typescript-libraries-writing-your-own-indexdts)
39+
- [Troubleshooting Handbook: Types](#troubleshooting-handbook-types)
4040
* [Union types](#union-types)
4141
* [Optional Types](#optional-types)
4242
* [Enum Types](#enum-types)
4343
* [Type Assertion](#type-assertion)
4444
* [Intersection Types](#intersection-types)
4545
* [Omit attribute from a type](#omit-attribute-from-a-type)
4646
* [Type Zoo](#type-zoo)
47-
- [Troubleshooting Handbook: TSLint](#troubleshooting-handbook--tslint)
48-
- [Troubleshooting Handbook: tsconfig.json](#troubleshooting-handbook--tsconfigjson)
49-
- [Recommended React + Typescript codebases to learn from](#recommended-react---typescript-codebases-to-learn-from)
50-
- [Other React + Typescript resources](#other-react---typescript-resources)
51-
- [My question isn't answered here!](#my-question-isn-t-answered-here-)
47+
- [Troubleshooting Handbook: TSLint](#troubleshooting-handbook-tslint)
48+
- [Troubleshooting Handbook: tsconfig.json](#troubleshooting-handbook-tsconfigjson)
49+
- [Recommended React + Typescript codebases to learn from](#recommended-react--typescript-codebases-to-learn-from)
50+
- [Other React + Typescript resources](#other-react--typescript-resources)
51+
- [My question isn't answered here!](#my-question-isnt-answered-here)
5252

5353
</details>
5454

0 commit comments

Comments
 (0)