Django Forms with ReactJS
First, i think you need to check related React documentation about forms with multiple inputs. It gives you base idea about how things should be structured in React side. About fetching data from server, you can try something like this in componentDidMount: componentDidMount() { // Assuming you are using jQuery, // if not, try fetch(). …