mdave16 / cryptography

learning about cryptography made me want to create a small React App which can encrypt and decrypt using various cyphers
https://mdave16.github.io/cryptography
0 stars 0 forks source link

Multiple routes #6

Closed mdave16 closed 5 years ago

mdave16 commented 5 years ago

Problem

I want multiple pages, rather than mushing everything into one page

Solution

use routing to solve things

Additional Comments

https://reacttraining.com/react-router/web/guides/quick-start <-- using react router to do my routing. https://github.com/rafrex/spa-github-pages <-- using routing on github pages https://facebook.github.io/create-react-app/docs/deployment#notes-on-client-side-routing <-- react documentation leading me to the links

mdave16 commented 5 years ago

after deploying, this has not worked. See https://github.com/rafrex/spa-github-pages and https://facebook.github.io/create-react-app/docs/deployment#notes-on-client-side-routing

mdave16 commented 5 years ago

after deploying, this has not worked. See https://github.com/rafrex/spa-github-pages and https://facebook.github.io/create-react-app/docs/deployment#notes-on-client-side-routing