I have a Meteor/React project, using ES6 modules. I\'ve installed materialize-css using npm, but I\'m not sure how to actually use the Materialize classes in my JSX code. Wh
I don't know am I too late to put this answer. You can use componentDidMount like this video
However, It does not use react-hooks. You'd better use react hooks (useEffects)