0.2.9 • Published 7 years ago
@gsmlg/history v0.2.9
history
import { createHisotry } from '@gsmlg/history';
const history = createHistroy();
history.start();
history.subscirbe((location) => {
location === '/wasabi';
});
history.push('/wasabi');
import { createHisotry } from '@gsmlg/history';
const history = createHistroy();
history.start();
history.subscirbe((location) => {
location === '/wasabi';
});
history.push('/wasabi');