Q1 | In Redux, how is the `state` accessed by `components`? | |
---|
Q2 | What is the main purpose of `central state management` in Redux? | |
---|
Q3 | What are the three fundamental principles underlying `Redux`? | |
---|
Q4 | What is the purpose of `Redux` in JavaScript applications? | |
---|
Q5 | What is the `Store` in Redux? | |
---|
Q6 | What are Redux `actions` used for? | |
---|
Q7 | Which method helps you retrieve the current `state` of your Redux store? | |
---|
Q8 | How many `stores` can Redux have in a single application? | |
---|
Q9 | A `store` should be an ___________ object tree in Redux. | |
---|
Q10 | In Redux, what is the function used to send actions to the store? | |
---|
Q11 | Actions and states are held together by a function called? | |
---|
Q12 | What is true about `Redux`? | |
---|
Q13 | Which of the following statements is true about `Redux`? | |
---|
Q14 | In `Redux`, the single global object that manages the application's state is called? | |
---|
Q15 | How do you connect a React component to the Redux store? | |
---|
Q16 | Why is it beneficial to use `selectors` to extract data from the Redux store? | |
---|
Q17 | What is the purpose of using `selectors` in Redux? | |
---|
Q18 | What is the purpose of `middleware` in Redux? | |
---|
Q19 | Why is `immutability` important in Redux? | |
---|
Q20 | How do `reducers` handle state changes and update the Redux store? | |
---|
Q21 | What is the purpose of the Redux store's `getState()` method? | |
---|
Q22 | What is the role of `Redux` in managing state in complex React applications? | |
---|
Q23 | What is the purpose of the `Store` in Redux? | |
---|
Q24 | What is the role of `reducers` in Redux? | |
---|
Q25 | What is the purpose of the `default case` in a reducer? | |
---|
Q26 | What is the purpose of the `payload` property in a Redux action? | |
---|
Q27 | In `Redux`, which method is used to dispatch an action to change the state in your application? | |
---|
Q28 | Which of the following provide a `debugging` platform for Redux apps? | |
---|
Q29 | Which of the following statements about `reducers` in Redux is true? | |
---|
Q30 | What is the purpose of the `mapStateToProps` method in React-Redux? | |
---|