Giter VIP home page Giter VIP logo

react-pdf-sample's Introduction

dependencies

react-pdf-sample

A react-pdf + react-virtualized react-window sample project

Installation

  • npm install
  • npm run dev, npm run prod or npm run watch

Note: to serve the included sample pdf over http use something like http-server

Current Issues

  • Currently there is an issue with react-pdf's Page component in combination with react-virtualized's CellMeasurer component, where it seems setState({}) is being called after the Page component has been unmounted. This might only be an issue occurring on Chrome browsers, since Firefox doesn't print any warnings about this in the console.
  • Scrolling to a specific row using list.scrollToRow() does not seem to work properly. When clicking the button "Page 82" you should be directed to page 70 of the included sample pdf (the page that shows figure 4.2). When you click the "Page 82" button twice it seems you are directed to the right page. Clicking the "Last Page" button twice does not direct you to the right page however.
  • On Firefox the pdf pages are flickering on scroll. This might be solvable by adding the following optimisation to Page
  • Scrolling up/back after scrolling to a page using list.scrollToRow() causes jumpy behavior. This might be related?
  • Scrolling using scrollToItem() of react-window doesn't seem to be working.

react-pdf-sample's People

Contributors

michaeldzjap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.