Enhance clarity and structure in introduction, background, reproducibility, system design, and implementation chapters; add new references and include TikZ for diagrams
All checks were successful
Build Proposal and Thesis / build-github (push) Has been skipped
Build Proposal and Thesis / build-gitea (push) Successful in 3m6s

This commit is contained in:
Sean O'Connor
2026-02-23 22:24:41 -05:00
parent 92ef1b7ef0
commit ad940986c7
7 changed files with 283 additions and 19 deletions

View File

@@ -193,5 +193,33 @@ series = {OzCHI '15}
doi = {10.1145/3610978.3640741}
}
@misc{React2024,
title={{React: A JavaScript library for building user interfaces}},
author={Meta},
year={2024},
url={https://react.dev}
}
@misc{Nextjs2024,
title={{Next.js: The React Framework for the Web}},
author={Vercel},
year={2024},
url={https://nextjs.org}
}
@misc{TypeScript2024,
title={{TypeScript: Typed JavaScript at Any Scale}},
author={{Microsoft and the TypeScript Community}},
year={2024},
url={https://www.typescriptlang.org}
}
@misc{tRPC2024,
title={{tRPC: Move fast and break nothing. End-to-end typesafe APIs made easy}},
author={Alex Johansson and community contributors},
year={2024},
url={https://trpc.io}
}