Skip to content
New issue

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

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

Already on GitHub? # to your account

Update to use built in Elm-style routing #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

carolineartz
Copy link
Member

The current codebase uses onClick event listeners on a tags. This PR updates the project to use the built in elm internal routing update functions. Additionally, the view function applies the same title to every page which isn't ideal for SEO. As we prepare for the Speakers pages, having this setup will improve SEO. The Model now has route instead of url.

NOTE: If we merge this first, I can update the speakers info PR. There are a lot of formatting diffs that elm-format is automating and i don't want to mess with my editor setup to disable the formatting that I think we should prob have anyway.

Copy link

@DougVonMoser DougVonMoser left a comment

Choose a reason for hiding this comment

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

neat!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants