logoalt Hacker News

blkslast Sunday at 11:32 PM1 replyview on HN

What do you mean? Raw html is the original website source code.

Modern web development completely poisoned young generation


Replies

manlymuppetlast Monday at 12:25 AM

I'm using source code like it's used when referring to source code vs executables. React doesn't simply spit out HTML, nor the JSX used to write said React code, it outputs a mixture of things that's the optimized HTML/CSS/JS version of the React you wrote. This is akin to source code and the optimized binaries we actually use.

Perhaps the wrong usage of "source code". I probably should've been more precise. Forgive my lack of vocabulary to describe the difference I was referring to.

show 2 replies