safak / youtube

5.01k stars 5.44k forks source link

Shows Blank Screen even Codes are right #144

Open joybera opened 1 year ago

joybera commented 1 year ago

You can now view react-blog in the browser.

Local: http://localhost:3000 On Your Network: http://192.168.63.1:3000

Note that the development build is not optimized. To create a production build, use npm run build.

webpack compiled successfully

But unfortunately, Screenshot 2023-03-23 041849 I cannot see anything on my screen.

Baba14Yaga commented 1 year ago

you are required t

Hi Joybera , you are required to create a file App.test.jsx in the same folder as App.jsx with the following code function App() {

return (<>Hello</>); }

export default App;

First, In index.js replace the file App with App.test and then switch it back to App , the code will start working. This problem arises due to redux persist.

SaiGanesh21 commented 1 year ago

You can now view react-blog in the browser.

Local: http://localhost:3000 On Your Network: http://192.168.63.1:3000

Note that the development build is not optimized. To create a production build, use npm run build.

webpack compiled successfully

But unfortunately, Screenshot 2023-03-23 041849 I cannot see anything on my screen.

Hey,did your issue got cleared??