react-history icon indicating copy to clipboard operation
react-history copied to clipboard

Migrate codebase to React 16-compatible lifecycles

Open Rendez opened this issue 7 years ago • 1 comments

  1. Uses Lifecycles from 16.3 to guarantee future compatibility.
  2. History objects are only created if there's an existing DOM in the runtime: this gives implementors the chance to skip initializing history on runtimes without DOM polyfilling/support, e.g.: a running instance Node.js without js-dom.

Depends on #28

Rendez avatar May 31 '18 10:05 Rendez

Hi, will this be merged?

gitgrimbo avatar Aug 13 '18 19:08 gitgrimbo