I hereby claim:
- I am thebritican on github.
- I am gregziegan (https://keybase.io/gregziegan) on keybase.
- I have a public key ASDzJwgiATsnT-myIw6cKt4fsQrK-1xPBT4UJq-VS7DviQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class Reader extends React.Component { | |
| componentWillReceiveProps (nextProps) { | |
| const { | |
| entities: { novels, chapters, words }, | |
| pagination: { | |
| novelsByContributor, chaptersByNovel, wordsByChapter | |
| } | |
| } = nextProps; | |
| const isFetchingChapters = chaptersByNovel[NOVEL_ID] |