Hello, I had a homework to do using a standard html but I did it with nextjs... I know it's a bad idea, but it's so much simpler.
Now, my teacher grade with code, not html result. And obviously... He does not know react. He told me if the code is readable enough in the inspector it will be good as he worked once with react like years ago.
I thought it was good but I checked myself and in the inspector the code seems to be minified or obfuscated, something like that.
I mean, it was dumb from myself to think I would find a .jsx file in the source tab of the inspector, but still, the code looks unreadable. Does next do things under the hood to minify code? Are there ways to turn those settings off ?


