mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-29 04:52:44 +08:00
Clean up apostrophes
This commit is contained in:
@@ -6,7 +6,7 @@ Design Questions
|
||||
Talk me through a full stack implementation of an autocomplete widget. A user can type text into it, and get back results from a server.
|
||||
- How would you design a frontend to support the following features:
|
||||
- Fetch data from a backend API
|
||||
- Render results as a tree (items can have parents/children - it’s not just a flat list)
|
||||
- Render results as a tree (items can have parents/children - it's not just a flat list)
|
||||
- Support for checkbox, radio button, icon, and regular list items - items come in many forms
|
||||
- What does the component's API look like?
|
||||
- What does the backend API look like?
|
||||
|
||||
Reference in New Issue
Block a user