Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Router integrations #183

Merged
merged 3 commits into from
Jul 24, 2021
Merged

Router integrations #183

merged 3 commits into from
Jul 24, 2021

Conversation

lukechu10
Copy link
Member

Closes #123

This PR introduces the new Integration trait that abstracts over the browser's History API.
This also introduces HistoryIntegration and StaticIntegration for client-side and server-side routing respectively.

@lukechu10 lukechu10 added the A-router Area: router label Jul 24, 2021
@lukechu10 lukechu10 enabled auto-merge (squash) July 24, 2021 23:43
@lukechu10 lukechu10 merged commit a212a9e into master Jul 24, 2021
@lukechu10 lukechu10 deleted the router-preload branch July 24, 2021 23:49
@lukechu10 lukechu10 added the BREAKING CHANGE Breaking changes introduced in this PR label Jul 24, 2021
lukechu10 added a commit that referenced this pull request Jul 27, 2021
* Router integrations

* Update router docs

* Add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-router Area: router BREAKING CHANGE Breaking changes introduced in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor browser specific APIs in Router into a trait called Integration
1 participant