I'm building a blogging website where I want the name of the user to be added as a sub-domain dynamically. An example of what I require is shown below.
Since the user decides the blog name, I am neither sure whether I'm supposed to handle this on React or Node, nor how to handle it.