Skip to content

Conversation

@frenzzy
Copy link
Member

@frenzzy frenzzy commented Mar 26, 2017

@coveralls
Copy link

coveralls commented Apr 21, 2017

Coverage Status

Changes Unknown when pulling 6f5d76e on frenzzy:recipes into ** on kriasoft:master**.

@mksarge mksarge mentioned this pull request Jun 6, 2017
@ImanMh
Copy link

ImanMh commented Aug 16, 2017

how can I use "Controlling scroll behavior" that you mentioned above?
My problem is that I want to change browser location path without refreshing (changing the scroll position) but I don't know if its possible.
(I have a list that I has a sidebar for filtering the list.)

import routes from './routes';

function render(location) {
UniversalRouter.resolve(routes, location.pathname).then(route => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have this api for now ?
I like this design, for now resolve is an prototype method of class UniversalRouter, and we need to call new UniversalRouter to use resolve

@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (db8a409) to head (84cb705).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #86   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          229       233    +4     
  Branches        66        73    +7     
=========================================
+ Hits           229       233    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants