Release 4.3.0
- Remove storybook, update readme, remove TODO comments (#145)
Changes from (#142):
- Adds the addTocToManifest helper function.
- Extracts the reducer, types, and utility functions into separate files for easier understanding.
- Makes a GO_FORWARD GO_BACKWARD and GO_TO_HREF action.
- Moves all action logic into the reducer (out of the callback) so it can be shared easier and centralized.
- Makes an effect that scrolls the user to the correct page when the page number changes.