Can 3rd part libraries(like axios, redux) be used in VDOM architecture ? If yes, can someone help with steps ?
I tried below steps :
- Installed axios
- Imported axios into component
- used it, axios.get()
Getting an error
Uncaught Error: Script error for "axios", needed by: components/Newcomponent
https://requirejs.org/docs/errors.html#scripterror
at makeError (require.js:168)
at HTMLScriptElement.onScriptError (require.js:1738)