Skip to content

React issue with show / hiding elements

This project is using React. The goal is that when the maximize icon is clicked on the the Editor component, the Preview component will be hidden. When the maximize icon is clicked on the Preview component, the Editor component will be hidden. The problem is, when I click the maximize icon on the Editor compo…

Populating an HTML table from an external XML

I have come across a problem while fetching data from an external XML document with JS. I have been following the w3schools tutorial for AJAX XML so far, but I ran into something I couldn’t solve. I have a XML that looks like this: I want to dynamically access the data inside the XML and create a table …