mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-03-23 19:57:51 -04:00
Enhance clarity and structure in introduction, background, reproducibility, system design, and implementation chapters; add new references and include TikZ for diagrams
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user