Open khoinguyen-corize opened 4 years ago
type: 'GET ROOM' không nên làm như vầy, cần tách ra 1 file vd như: actionTypes.js
export const GET_ROOM = 'GET_ROOM'
lúc sử dụng thì
import { GET_ROOM } from '../actionTypes.js'
export const getRoom = () => ({ type: GET_ROOM, });
em đã tạo 1 file mới chứa các constant ạ
type: 'GET ROOM' không nên làm như vầy, cần tách ra 1 file vd như: actionTypes.js
export const GET_ROOM = 'GET_ROOM'
lúc sử dụng thì
import { GET_ROOM } from '../actionTypes.js'
export const getRoom = () => ({ type: GET_ROOM, });