Is there any downside, in building a whole website...
# random
p
Is there any downside, in building a whole website / webapp with react ? meaning home page, about, and the app itself, and everything ?
f
Most people split public website (like information on the product, information on your company, pricing information etc.) into a separate project, because the content there has to probably be managed by non-tech-people. also you don't want to have it coupled to the releases of your application (your product itself)
👍 1
There are many reasons - but because it's two things with two purposes i think it's best to split them. does not mean you cannot share i.e. your css-code or sth like that to have a common identity/style throughout your software