Hii , so I have created various HTML files which I wish to link to a SPA using react . I have seen various articles but I am getting stuck since my linking files are in html and not in js .
Hi @rohiniverma - welcome to the forums
If I understand your question correctly, you have a React SPA that has multiple views in it. What are you are trying to do is directly link to these views from a HTML page. Did I summarize it correctly?
If so, what are you using to generate the views in your React SPA? Are you using React Router or something else?