Skip to content

Tag: reactjs

Why are showing blank page in reactjs?

I am using class and constructor in react-js but this program does not error is thrown in console. show a message only blank. what is wrong? Answer You need to pass it as <Component />. And Still doesn’t work then add your index.html, there might be the issue then. PS: If you want to render only e…