• by whatnotests2 on 8/9/2024, 1:10:31 AM

    Yes. Totally no problem.

    Nginx as reverse proxy is good.

    Rendering different thongs based on the domain is not an issue. Either have multiple "server" blocks in your nginx config which point to different React apps, or have a single React app that just renders different things based on the hostname.