[report]: Split backend design and frontend design into separate chapters
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user