We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow ups from #49 #56
Just miscellaneous TODOS we're finding from Next.js transition that would be too much to do in the initial PR.
components
/search
/:campus
/202030
Reduce bundle size
get rid of semantic entirely
CSS splitting
migrate out of moment.js (use luxon)
Get rid of URIjs
generate sitemap
turn app into useSWR and maybe use a new request library
turn search into useSWR
sanitize search by htmlicizing it
The text was updated successfully, but these errors were encountered:
dajinchu
NEUDitao
No branches or pull requests
Follow ups from #49 #56
Just miscellaneous TODOS we're finding from Next.js transition that would be too much to do in the initial PR.
components
can be moved to utils I think?/search
or something. Add/:campus
in front of stuff./202030
should be the home page, not the empty search result.Reduce bundle size

get rid of semantic entirely
CSS splitting
migrate out of moment.js (use luxon)
Get rid of URIjs
generate sitemap
turn app into useSWR and maybe use a new request library
turn search into useSWR
sanitize search by htmlicizing it
The text was updated successfully, but these errors were encountered: