2

I need to load HTML file (home) into home JavaScript file using react. I don't know how to load my file.Please help me on this. I have used below code for load in JS file

import React from 'react';
import template  from '../home/home.html';
const Home = () => {
    return (
      template()
    );
}

export default Home;

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.