React Native

TypeScript for React & React Native

Props/state types, generics, discriminated unions, typing hooks, React Navigation types, API responses

22 คำถามสัมภาษณ์·
Junior
1

What is the main advantage of using TypeScript in a React Native project?

คำตอบ

TypeScript detects type errors at compile time, before the application even runs. This significantly reduces production bugs related to incorrect types, improves IDE autocompletion and makes code more self-documenting. In a React Native project, this particularly helps with correctly typing props, state and API responses.

2

What is the difference between type and interface in TypeScript?

คำตอบ

Interfaces can be extended and merged through declaration merging, which is useful for extending third-party library types. Types are more flexible and can represent unions, intersections and primitive types. In practice, for simple objects both are interchangeable, but interfaces are preferred for React component props as they allow extension.

3

How to correctly type the props of a React Native functional component?

คำตอบ

The recommended method is to define an interface for props and use it as a generic type or parameter annotation. You can either use React.FC with the generic, or directly type the props in the function signature. The second approach is often preferred because React.FC implicitly includes children, which may not be desired.

4

How to type the useState hook with a custom type in TypeScript?

5

What is a generic type in TypeScript and what is it used for?

+19 คำถามสัมภาษณ์

หัวข้อสัมภาษณ์ React Native อื่นๆ

JavaScript Essentials

Junior
25 คำถาม

React Fundamentals

Junior
20 คำถาม

React Native Basics

Junior
22 คำถาม

React Hooks

Junior
20 คำถาม

React Native Components & API

Junior
20 คำถาม

React Native Styling & Layout

Junior
18 คำถาม

React Native Navigation

Mid-Level
22 คำถาม

React Native State Management

Mid-Level
24 คำถาม

React Native Networking & API

Mid-Level
20 คำถาม

Data Persistence

Mid-Level
20 คำถาม

Forms & Validation

Mid-Level
18 คำถาม

React Native Animations

Mid-Level
22 คำถาม

Native Modules & Bridge

Mid-Level
20 คำถาม

Platform-Specific Code

Mid-Level
18 คำถาม

Permissions & Device APIs

Mid-Level
20 คำถาม

Push Notifications

Mid-Level
18 คำถาม

React Native Testing

Mid-Level
20 คำถาม

React Native Debugging

Mid-Level
18 คำถาม

Build & Deployment

Mid-Level
20 คำถาม

Expo vs React Native Bare

Mid-Level
18 คำถาม

Performance Optimization

Senior
24 คำถาม

Memory Management

Senior
20 คำถาม

Architecture Patterns

Senior
22 คำถาม

React Native New Architecture

Senior
24 คำถาม

Security Best Practices

Senior
20 คำถาม

Offline-First Architecture

Senior
20 คำถาม

React Native CI/CD

Senior
20 คำถาม

Monorepo & Code Sharing

Senior
18 คำถาม

Advanced Topics

Senior
22 คำถาม

App Lifecycle & Background Execution

Mid-Level
20 คำถาม

Authentication & Session Management

Mid-Level
22 คำถาม

Monitoring & Crash Reporting

Senior
20 คำถาม

เชี่ยวชาญ React Native สำหรับการสัมภาษณ์ครั้งถัดไป

เข้าถึงคำถามทั้งหมด flashcards แบบทดสอบเทคนิค แบบฝึกหัด code review และตัวจำลองสัมภาษณ์

เริ่มใช้ฟรี