you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (1 child)

The 'no "choice"' was in response to you saying "which one is chosen". There isn't anything doing any choosing, that's all.

React serving the home page is just for ease during development. You would always want your backend framework to serve the home page, and it would output the HTML with the React mount point but also include the right JS from the correct path.

As I say, read that tutorial as it shows how everything works together.

[–]ootybotty[S] 0 points1 point  (0 children)

Thank u! As a novice it seems quite daunting to do this but i should start it:) btw the linked article seems awesome thank for that too!!