Skip to content

Commit 40e266a

Browse files
BenLorantfyjulienben
authored andcommitted
Merge dev to master (#10)
* Add logo and build badge * Change to relative link * Change to img * Add sanitize flag * Change font to path instead of text * Fix link
1 parent 62d836c commit 40e266a

File tree

2 files changed

+129
-1
lines changed

2 files changed

+129
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# redux-injectors
1+
# <img src="https://raw.githubusercontent.com/react-boilerplate/redux-injectors/3d1e0d2be038bc710c5f319ca680dd6a1e88d5e8/img/logo.svg?sanitize=true" alt="alt text" width="400"></img>
2+
<img src="https://travis-ci.org/react-boilerplate/redux-injectors.svg?branch=master" alt="build status"></img>
3+
24
Dynamically load [redux](https://redux.js.org/) reducers and [redux-saga](https://redux-saga.js.org/) sagas as needed, instead of loading them all upfront. This has some nice benefits, such as avoiding having to manage a big global list of reducers and sagas. It also allows more effective use of [code-splitting](https://webpack.js.org/guides/code-splitting/). See [motivation](#Motivation). As used by [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate).
35

46
## Getting Started

img/logo.svg

Lines changed: 126 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)