Would comments in ReactJS show in client browsers with Vite?
Currently, I am using Vite with ReactJS and have the following two types of comments inside my codes, for example: export const Main = () => { useEffect(() => { // console.log("first type of comment."); }, []) return ( <>…