jpham93 / portfolio

My portfolio site
0 stars 0 forks source link

Added lazy loading via React's new lazy feature #32

Closed jpham93 closed 4 years ago

jpham93 commented 4 years ago

This PR attempts to fix Bugs found in production. The first solution fixes the problem through configuring Amplify server options with a catch all method. All server-side requests re-routes non-matches to /. The second solution uses the built-in Lazy to attempt to lazy load affected routes Projects and Contact.