Foundation-spa-react icon indicating copy to clipboard operation
Foundation-spa-react copied to clipboard

How is the website hosted technically?

Open OZZlE opened this issue 3 years ago • 1 comments

Does this use Nodejs for serverside rendering? Do you use IISNode?

Or is the FE rendering clientside (JavaScript) only?

Or do you render the content in C#/.Net and run React on top of it? How do you avoid all elements rerendering if so? How do you avoid writing the html twice if so?

The readme doesn't seem to describe how you build and start a server in production and what the prod requirements are (compared to dev reqs)


Sidemark: React doesn't recommend inheritance https://reactjs.org/docs/composition-vs-inheritance.html#so-what-about-inheritance also the latest React syntax, React hooks doesn't really support it https://reactjs.org/docs/hooks-intro.html

OZZlE avatar Jan 12 '22 15:01 OZZlE