Skip to content

Instantly share code, notes, and snippets.

View kristoferbaxter's full-sized avatar
🐩

Kristofer Baxter kristoferbaxter

🐩
View GitHub Profile
import React from "react";
import { Location } from "@reach/router";
let scrollPositions = {};
class ManageScrollImpl extends React.Component {
componentWillUnmount() {
scrollPositions[this.props.location.key] = window.scrollY;
}