I am new to ReactJS.
I was wondering if I can use both vanilla JavaScript as well as reactJS in the same .js file. I am aware that ReactJS is a javaScript library and not a framework. So am I right in saying that I am indeed allowed to use both vanilla JavaScript and reactJS in the same .js file?
I tried searching online but was unable to get a solid answer.
Appreciate your help!