Integration & Other Technologies Flashcards
1
Q
How would you handle global state management in a large React application?
A
Solutions like Redux, MobX, or the Context API can be used.
1
Q
How can you integrate TypeScript with a React application?
A
By using the Create React App with the –template typescript flag or setting up manually with a TypeScript configuration.
2
Q
Name some popular libraries to handle side effects in Redux.
A
Redux-Saga, Redux-Thunk, and Redux-Observable.