In react import 3rd party jQuery ,CSS ,Java Script to index.html is good rather than using npm or yarn
问题 in react is it good to import external java script,jQuery ,css to index.htmal file in public folder. and if there is any impact to application performance. and i used some j Query functions inside of react application. example : datepicker it's also work fine i need to know is this way recommended ? is this effect to application performance ? or its not recomended & remove all external link and install dependencies with npm or yarn? when application build how react improve performance with