Are there any key differences or benefits to using isomorphic (server side) react, vs using a statically generated react app with for example gatsby?
I understand, both will generate html to send to the browser for the initial page load so they both have SEO optimisation. And both can be used with authenticated routes and non-static content. I know they are not the same thing, but what are the differences and more importantly why would someone use one over the other.
Thanks in advance.