Skip to content

Commit 2dfa465

Browse files
committed
Updated toc
1 parent 0c2afc9 commit 2dfa465

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Issues can be funded by anyone interested in them being resolved. Reward will be
5656

5757
---
5858

59+
🌟 - _New or updated section_
60+
5961
## Table of Contents
6062
- [Installation](#installation)
6163
- [React - Type-Definitions Cheatsheet](#react---type-definitions-cheatsheet)
@@ -66,29 +68,29 @@ Issues can be funded by anyone interested in them being resolved. Reward will be
6668
- [Render Props](#render-props)
6769
- [Higher-Order Components](#higher-order-components)
6870
- [Redux Connected Components](#redux-connected-components)
69-
- [Context](#context) 🌟 __NEW__
70-
- [Hooks](#hooks) 🌟 __NEW__
71+
- [Context](#context)
72+
- [Hooks](#hooks) 🌟
7173
- [Redux - Typing Patterns](#redux---typing-patterns)
7274
- [Store Configuration](#store-configuration)
7375
- [Action Creators](#action-creators)
7476
- [Reducers](#reducers)
7577
- [State with Type-level Immutability](#state-with-type-level-immutability)
7678
- [Typing regular reducer](#typing-regular-reducer)
77-
- [Typing reducer with `typesafe-actions`](#typing-reducer-with-typesafe-actions)
79+
- [Typing reducer with `typesafe-actions`](#typing-reducer-with-typesafe-actions) 🌟
7880
- [Testing reducer](#testing-reducer)
7981
- [Async Flow with `redux-observable`](#async-flow-with-redux-observable)
8082
- [Typing Epics](#typing-epics)
8183
- [Testing Epics](#testing-epics)
8284
- [Selectors with `reselect`](#selectors-with-reselect)
83-
- [Connect with `react-redux`](#connect-with-react-redux) 🌟 __NEW__
85+
- [Connect with `react-redux`](#connect-with-react-redux)
8486
- [Typing connected component](#typing-connected-component)
85-
- [Typing connected component using `redux-thunk` action creators](#typing-connected-component-using-redux-thunk-action-creators) 🌟 __NEW__
87+
- [Typing connected component using `redux-thunk` action creators](#typing-connected-component-using-redux-thunk-action-creators) 🌟
8688
- [Configuration & Dev Tools](#configuration--dev-tools)
8789
- [Common Npm Scripts](#common-npm-scripts)
8890
- [TypeScript](#typescript)
8991
- [TSLib](#tslib)
9092
- [TSLint](#tslint)
91-
- [ESLint](#eslint)
93+
- [ESLint](#eslint) 🌟
9294
- [Jest](#jest)
9395
- [Style Guide](#style-guide)
9496
- [Recipes](#recipes)

README_SOURCE.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Issues can be funded by anyone interested in them being resolved. Reward will be
5656

5757
---
5858

59+
🌟 - _New or updated section_
60+
5961
## Table of Contents
6062
- [Installation](#installation)
6163
- [React - Type-Definitions Cheatsheet](#react---type-definitions-cheatsheet)
@@ -66,29 +68,29 @@ Issues can be funded by anyone interested in them being resolved. Reward will be
6668
- [Render Props](#render-props)
6769
- [Higher-Order Components](#higher-order-components)
6870
- [Redux Connected Components](#redux-connected-components)
69-
- [Context](#context) 🌟 __NEW__
70-
- [Hooks](#hooks) 🌟 __NEW__
71+
- [Context](#context)
72+
- [Hooks](#hooks) 🌟
7173
- [Redux - Typing Patterns](#redux---typing-patterns)
7274
- [Store Configuration](#store-configuration)
7375
- [Action Creators](#action-creators)
7476
- [Reducers](#reducers)
7577
- [State with Type-level Immutability](#state-with-type-level-immutability)
7678
- [Typing regular reducer](#typing-regular-reducer)
77-
- [Typing reducer with `typesafe-actions`](#typing-reducer-with-typesafe-actions)
79+
- [Typing reducer with `typesafe-actions`](#typing-reducer-with-typesafe-actions) 🌟
7880
- [Testing reducer](#testing-reducer)
7981
- [Async Flow with `redux-observable`](#async-flow-with-redux-observable)
8082
- [Typing Epics](#typing-epics)
8183
- [Testing Epics](#testing-epics)
8284
- [Selectors with `reselect`](#selectors-with-reselect)
83-
- [Connect with `react-redux`](#connect-with-react-redux) 🌟 __NEW__
85+
- [Connect with `react-redux`](#connect-with-react-redux)
8486
- [Typing connected component](#typing-connected-component)
85-
- [Typing connected component using `redux-thunk` action creators](#typing-connected-component-using-redux-thunk-action-creators) 🌟 __NEW__
87+
- [Typing connected component using `redux-thunk` action creators](#typing-connected-component-using-redux-thunk-action-creators) 🌟
8688
- [Configuration & Dev Tools](#configuration--dev-tools)
8789
- [Common Npm Scripts](#common-npm-scripts)
8890
- [TypeScript](#typescript)
8991
- [TSLib](#tslib)
9092
- [TSLint](#tslint)
91-
- [ESLint](#eslint)
93+
- [ESLint](#eslint) 🌟
9294
- [Jest](#jest)
9395
- [Style Guide](#style-guide)
9496
- [Recipes](#recipes)

0 commit comments

Comments
 (0)