import * as React from 'react'; import { InteractiveLink } from '../ui/InteractiveLink'; import { P } from '../ui/Paragraph'; import { styled } from '../stitches.config'; const LinkContainer = styled('span', { display: 'block', margin: '8px 0', }); const RepoReadmeLink: React.VFC = () => ( repo readme ); export const Home: React.VFC = () => (

This is an example single page app built with React and React Router using BrowserRouter. Navigate with the links below and refresh the page or copy/paste the url to test out the redirect functionality deployed to overcome GitHub Pages incompatibility with single page apps (like this one).

Please see the for instructions on how to use this boilerplate to deploy your own single page app using GitHub Pages.

Example page Example two deep with query and hash

Sitemap Link Generator

);