Forum

What is ‘Store’ in Redux?

This thread contains 1 reply, has 1 voice, and was last updated by Sammer 5 years, 2 months ago.

  • Author Replies
    • #53241

      What is ‘Store’ in Redux?


    • #53242

      The store is the object that contains the application state and gives a few helper methods to access the state, dispatch actions, and register listeners. The entire state is expressed by a single store. Any action returns a new state via reducers, that makes Redux very easy and predictable.

      import { createStore } from ‘redux’;
      let store = createStore(rootReducer);
      let authInfo = {username: ‘User’, password: ‘123@456’};
      store.dispatch(authUser(authInfo));


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha