🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

react-bookreader-books-module

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bookreader-books-module

react-module

latest
npmnpm
Version
1.0.40
Version published
Maintainers
2
Created
Source

react-bookreader-books-module

This module provides core components for books list page and book page (view mode and edit mode). This module includes own reducers and action creators.

If you want connect yur application with this module you should just import main components (SingleBook and BooksContainer) to your router.

Installation

Using npm:

$ npm install --save react-bookreader-books-module

Usage

//import BookReducer and BooksReducers from package and put it to combineReducers
import {bookReducer} from 'react-bookreader-books-module/build/index';
import {booksReducer} from 'react-bookreader-books-module/build/index';

// import views for books list and single book from package and use it with your routing
import {SingleBook} from 'react-bookreader-books-module/build/index';
import {BooksContainer} from 'react-bookreader-books-module/build/index';

Used libraries (necessary dependencies):

  • react
  • react-router
  • react-router-dom
  • material-ui
  • react-router-redux
  • react-custom-scrollbars
  • styled-components
  • react-dnd
  • react-dnd-html5-backend
  • react-dropzone
  • react-image-crop

FAQs

Package last updated on 09 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts