summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/pages/_document.js
AgeCommit message (Collapse)Author
2021-05-17ui: Migrate from CRA to Next.jsFabian Mastenbroek
This change updates the web frontend to use Next.js instead of Create React App (CRA). Next.js enables the possibility of rendering pages on the server side (which reduces the time to first frame) and overall provides a better development experience. Future commits will try to futher optimize the implementation for Next.js.