Forum

What are the instructions to define actions in Redux?

This thread contains 1 reply, has 2 voices, and was last updated by darshan.soni007 5 years, 2 months ago.

  • Author Replies
    • #52991

      What are the instructions to define actions in Redux?


      Regards,
      Pratik Nakrani

    • #52992

      Actions in React must have a property that shows the type of ACTION being implemented. They must be defined as a String constant and you can join more properties to it as well. In Redux, actions are formulated using the functions called Action Creators.

      Below is standard instruction for Action and Action Creator:

      function addTodo(text) {
      return {
      type: ADD_TODO,
      text
      }
      }


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