NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 56

Action in redux

Send data from react to store.

Here's is the Code !!

// service/action/Action.js
import {ADD_TO_CART} from "../constants"
export const addToCart =(data)=>{ 
    return {
        type:ADD_TO_CART,
        data:data
    }
}

// service/Contants.js
export const ADD_TO_CART="ADD_TO_CART"

Chapter 55

Files folder structure

Previous chapter

Chapter 57

Reducer and rootReducer in react js

Next chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

© www.thecoderjob.com. All Rights Reserved.               Designed by HTML Codex