You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-5Lines changed: 50 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
<!-- TITLE -->
1
+
<!-- TITLE/ -->
2
+
3
+
<h1>reducer-generator-object-map</h1>
4
+
5
+
<!-- /TITLE -->
6
+
2
7
3
8
<!-- BADGES/ -->
4
9
@@ -8,7 +13,13 @@
8
13
9
14
<!-- /BADGES -->
10
15
11
-
<!-- DESCRIPTION -->
16
+
17
+
<!-- DESCRIPTION/ -->
18
+
19
+
A redux reducer-generator which builds a redux-reducer which matches against object literals.
20
+
21
+
<!-- /DESCRIPTION -->
22
+
12
23
13
24
A `reducer-generator` which builds a redux-reducer which matches against
14
25
object literals.
@@ -45,6 +56,40 @@ const system = createObjectMapReducer({ /* initial state */ }, {
45
56
}, /* You may pass extra args that will be passed to the reducer(s) */ )
46
57
```
47
58
48
-
<!-- HISTORY -->
49
-
<!-- BACKERS -->
50
-
<!-- LICENSE -->
59
+
<!-- HISTORY/ -->
60
+
61
+
<h2>History</h2>
62
+
63
+
<ahref="https://github.com/Dash-OS/reducer-generator-object-map/releases">Discover the release history by heading on over to the releases page.</a>
64
+
65
+
<!-- /HISTORY -->
66
+
67
+
68
+
<!-- BACKERS/ -->
69
+
70
+
<h2>Backers</h2>
71
+
72
+
<h3>Maintainers</h3>
73
+
74
+
These amazing people are maintaining this project:
75
+
76
+
<ul><li><ahref="https://github.com/bradennapier">Braden Napier</a> — <ahref="https://github.com/Dash-OS/reducer-generator-object-map/commits?author=bradennapier"title="View the GitHub contributions of Braden Napier on repository Dash-OS/reducer-generator-object-map">view contributions</a></li></ul>
77
+
78
+
<h3>Sponsors</h3>
79
+
80
+
No sponsors yet! Will you be the first?
81
+
82
+
83
+
84
+
<h3>Contributors</h3>
85
+
86
+
These amazing people have contributed code to this project:
87
+
88
+
<ul><li><ahref="https://github.com/bradennapier">Braden Napier</a> — <ahref="https://github.com/Dash-OS/reducer-generator-object-map/commits?author=bradennapier"title="View the GitHub contributions of Braden Napier on repository Dash-OS/reducer-generator-object-map">view contributions</a></li></ul>
0 commit comments