deploying server and client separately
is it possible to deploy the server and client separately so that we get more of a traditionally separate Node backend + React client setup?
I'm not super familiar with how react full stack frameworks work, so i was wondering if something like this is still possible.
E.g. if I wanted to put my server on a AWS EC2 instance with docker, can i still deploy my client on something like netlify? But still keep all the goodness that using the full stack tanstack start framework e.g. server fns, api routes etc
I'm not super familiar with how react full stack frameworks work, so i was wondering if something like this is still possible.
E.g. if I wanted to put my server on a AWS EC2 instance with docker, can i still deploy my client on something like netlify? But still keep all the goodness that using the full stack tanstack start framework e.g. server fns, api routes etc