-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Move router and history out of docs into main #305
Conversation
Add macro settings to web project, for this to work ## To make a commit, type your commit message and press CTRL-ENTER. ## To cancel the commit, close the window. To sign off on the commit, ## press CTRL-S. ## ## You may also reference or close a GitHub issue with this commit. ## To do so, type `#` followed by the `tab` key. You will be shown a ## list of issues related to the current repo. You may also type ## `owner/repo#` plus the `tab` key to reference an issue in a ## different GitHub repo. build.sbt | 3 ++- {docs => web}/src/main/scala/slinky/history/History.scala | 0 {docs => web}/src/main/scala/slinky/reactrouter/ReactRouterDOM.scala | 0 3 files changed, 2 insertions(+), 1 deletion(-)
Thanks for the PR @zakpatterson! The |
Ok, think that's good. Let me know what you think. Hopefully this helps people a little; I was just copying the router/history code from the docs into my project. |
77652b2
to
a4084d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small changes, but otherwise LGTM!
Add the react-router and html5 history api to the web project
Also add macro settings to web project, for this to work