illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 37 forks source link

Add fancy page transitions #133

Closed nwalters512 closed 6 years ago

nwalters512 commented 6 years ago

Now that Next.js supports a top-level app component, we can finally enjoy some beautiful page transitions! This PR refactors our pages to use such an app component, and includes a custom component to handle moving between pages, loading indicators, and more.

This required an update to Next.js 6, as well as a change to next-redux-wrapper to support the new app component.

I figured it's time that we start building docs into the repo, so this also includes some docs about how page transitions work to de-mystify them a bit.