Hey,
I want to build a project that will use full client-side encryption, but I want to make it(the project) so it will have encryption part of the application on the client(react, no server-side whatsoever) and the rest of the application I want to render on the server, so the code itself won’t be accessible from the client and the client will only get the rendered page.
With react it’s not possible, unless there’s a server-side rendering. But how would that work with Next js? Is that possible?
Thanks