Why Use Build Tools in React? What Do Vite and CRA Do?
When writing vanilla JS or C++ we don’t need any build tools or bundlers because browser (for JS ) and compilers (for C++) directly understand and execute the code.
We could write React code without using Vite, CRA or similar tools, but it would req...
adityaraj-dev.hashnode.dev1 min read