DEV Community

Discussion on: 📈 I've open-sourced a simple Coronavirus (COVID-19) dashboard (React + Chart.js + BootstrapTable)

Collapse
 
gdanen profile image
Gerry Danen

I don't use React. How hard/easy is it in plain Javascript?

Collapse
 
trekhleb profile image
Oleksii Trekhleb

Once thing that might be hard to get used to is to have HTML inside JS. With JSX it looks more or less the same, but if you don't plan to use JSX, then React.createElement() (reactjs.org/docs/react-api.html#cr...) will become a new thing.