This is an automated archive.

The original was posted on /r/programming by /u/PartyLibrarian2845 on 2023-08-09 16:40:18+00:00.


When I was learning react I read that the server send the react files to the client and then the react files are “translated” (I know that this is not the official word) into html and js files so why react doesn’t compile to js and html in server or even in the development stage I mean what will happen if that happened.