I want to hide my react source code if possible from my users.
I might be completely wrong about this, but I think I remember reading something about how node js can render components server side, then send those rendered components to the front end.
Is it possible to hide my react component source code by using this method? Or is there any way for node js to hide my react source code?
If there is any other method of hiding react source code, I would appreciate any advice.
Thanks