Nikolay
Nikolay
Hi. The readme provides an example of using this library in a web browser via a `` tag: ```js import * as id3 from '//unpkg.com/id3js@^2/lib/id3.js'; document .querySelector('input[type="file"]') .addEventListener('change', async (e)...
https://github.com/ReactTraining/react-router/commit/a76efddfa20945807a422ac88860b7108f0cf4d5 @acdlite without this fix this library won't work with `react-router@3` which is now the default version
Fixes #32 Fixes Pull Request #62
Explains why `react-router-redux` gives inconsistent location and why `redux-router` gives a consistent one.
Fixes "Warning: [react-router] `replaceState(state, pathname, query) is deprecated; use`replace(location)` with a location descriptor instead. http://tiny.cc/router-isActivedeprecated"
An example of moving the `/users` page into its own component. All other pages' `.meta` and `.load` functions would have to be also moved to their own files: I didn't...
This is an example of "code splitting" (advanced topic).
This is the error I get when I hit the red "stop" button (though it looks more like "Record" button instead) (if the capture finishes then it's ok)
The current code does `PageLifecycle.addEventListener('statechange', ...)` but doesn't remove that listener in the `stop()` method. I assume that's not intentional?
I found a bug in scroll position restoration in `found` library. The scroll position is stored in Session storage: ``` @@scroll|/vg = [0,666.5] ``` where `/vg` is the page path....