Skip to content

Article from Elie Dutheil

React and HTML : Beware of the traps

January 12, 2018Elie Dutheil4 min read

If you ever used React you may have noticed that you can easily forget how to write a static webpage because it adds a layer of abstraction that changes the way the page is created. But in the end, all code written in JSX will generate a classic DOM. In this article I'll show you mistakes I made and…

Continue reading →