Update en-US.mdx

typo fix
This commit is contained in:
Danielle Ford 2025-11-29 16:23:49 -07:00 committed by GitHub
parent c878292196
commit f3557ac543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ System design questions test a candidate's ability to architect scalable, mainta
System design questions can broadly be classified into two types:
- **Application design**: App design questions aren't specific to any front end technology but sometimes interviewers might ask you how you would implement a specific section and you would have to mention concrete libraries/approaches using React/Vue/Angular/Svelte/etc and which of their APIs you'd use.
- **Component design**: Component design questions are about implementing a reusable, extensible, and accessible component for a specific purpose using a specific JavaScript framework of your choice or Vanilla JavaScript if you're adventurous enough. Hence mastery of the JavaScript framework is essential and component design in order to design the right props and composition mechanisms.
- **Component design**: Component design questions are about implementing a reusable, extensible, and accessible component for a specific purpose using a specific JavaScript framework of your choice or Vanilla JavaScript if you're adventurous enough. Hence mastery of the JavaScript framework is essential in component design in order to design the right props and composition mechanisms.
**Important topics**