@@ -56,6 +56,8 @@ Issues can be funded by anyone interested in them being resolved. Reward will be
56
56
57
57
---
58
58
59
+ 🌟 - _New or updated section_
60
+
59
61
## Table of Contents
60
62
- [Installation](#installation)
61
63
- [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
66
68
- [Render Props](#render-props)
67
69
- [Higher-Order Components](#higher-order-components)
68
70
- [Redux Connected Components](#redux-connected-components)
69
- - [Context](#context) 🌟 __NEW__
70
- - [Hooks](#hooks) 🌟 __NEW__
71
+ - [Context](#context)
72
+ - [Hooks](#hooks) 🌟
71
73
- [Redux - Typing Patterns](#redux---typing-patterns)
72
74
- [Store Configuration](#store-configuration)
73
75
- [Action Creators](#action-creators)
74
76
- [Reducers](#reducers)
75
77
- [State with Type-level Immutability](#state-with-type-level-immutability)
76
78
- [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) 🌟
78
80
- [Testing reducer](#testing-reducer)
79
81
- [Async Flow with `redux-observable`](#async-flow-with-redux-observable)
80
82
- [Typing Epics](#typing-epics)
81
83
- [Testing Epics](#testing-epics)
82
84
- [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)
84
86
- [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) 🌟
86
88
- [Configuration & Dev Tools](#configuration--dev-tools)
87
89
- [Common Npm Scripts](#common-npm-scripts)
88
90
- [TypeScript](#typescript)
89
91
- [TSLib](#tslib)
90
92
- [TSLint](#tslint)
91
- - [ESLint](#eslint)
93
+ - [ESLint](#eslint) 🌟
92
94
- [Jest](#jest)
93
95
- [Style Guide](#style-guide)
94
96
- [Recipes](#recipes)
0 commit comments