Skip to content
Snippets Groups Projects
Commit 93b362c1 authored by Louis's avatar Louis :fire: Committed by GitHub
Browse files

Update README.md

parent 79378afe
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ One of the following: ...@@ -10,7 +10,7 @@ One of the following:
## Why? ## Why?
redux-reducer strips out the common boilerplate used to determine what actions to take when a reducer is run, and allows redux-reducer strips out the common boilerplate used to determine what actions to take when a reducer is run, as well as allowing
you to programmatically compose a reducer at runtime. It also handles the default case for you, saving potentially hours you to programmatically compose a reducer at runtime. It also handles the default case for you, saving potentially hours
of bug hunting when you overlook it. of bug hunting when you overlook it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment