Skip to content

Tag: reactjs

How to fill message box on Whatsapp Web?

I’m trying to send a message on Whatsapp Web (https://web.whatsapp.com/) only using Javascript, for study purposes. Here is the DIV that has the message box : And here is my code : The code runs without errors, but the message field is not filled, nothing happens on the interface. This code used to run …

Css not loading properly in Reactjs

I am working in reactjs and using (Nextjs) framework,I have All “css,js,images” in “public” folder and in “_app.js” i included all these files,But i whenever i tyring to open “Main page” in browser then page is not displaying (only loader showing) , In other wor…