shelbourn / Globetrotter

A fun little demo travel app using React, React Hooks, React Router, Material-UI, live demo hosted on AWS in an S3 bucket
http://globe-trotter.s3-website.us-east-2.amazonaws.com
MIT License
1 stars 0 forks source link

Fix Programmatic Routing Issues #9

Open shelbourn opened 4 years ago

shelbourn commented 4 years ago

Fix the following 🐛s:

This is related to AWS not finding the programmatic routes so when /create is reloaded AWS is expecting an actual endpoint for that URI, but there isn't one since React Router is being used

React Router Hooks

shelbourn commented 4 years ago

Item #1 on this to-do list might be a little tricky to implement since I am not using SSR for this app. I am going to table this issue for a later date.