skip to Main Content

Reactjs – Using constants in React

Currently the constant is defined in the following file admin/constants/serviceConstants const FEE_TYPES = { flat: "flat", perUnit: "per_unit", }; I have the following components index.js List.js Form.js Row.js I need the FEE_TYPES in all the files. So i am importing…

VIEW QUESTION
Back To Top
Search