[report]: Split backend design and frontend design into separate chapters

This commit is contained in:
2025-03-30 16:18:29 +01:00
parent e1dc8a332a
commit 3e25e5a1a3
3 changed files with 63 additions and 27 deletions

View File

@ -75,4 +75,42 @@
urldate = "2025-03-26"
}
@online{spa,
author = "React Router",
title = "Single Page App (SPA)",
organization = "React Router API Reference",
year = 2025,
url = "https://reactrouter.com/how-to/spa",
urldate = "2025-03-27"
}
@online{reactrouter,
author = "React Router",
title = "Routing",
organization = "React Router API Reference",
year = 2025,
url = "https://reactrouter.com/start/declarative/routing",
urldate = "2025-03-27"
}
@online{containerpresentational,
author = "Lydia Hallie and Addy Osmani",
title = "Container/Presentational Pattern",
organization = "patterns.dev",
year = 2025,
url = "https://www.patterns.dev/react/presentational-container-pattern/",
urldate = "2025-03-29"
}
@online{reactcomponents,
author = "Meta Open Source",
title = "Component",
organization = "React API Reference",
year = 2025,
url = "https://react.dev/reference/react/Component",
urldate = "2025-03-28"
}