Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    Hey! I am a little confused about the implementation of React-Router in my project, So I am not sure If I used it correctly or not any feedback about it would be really appreciated!

  • Submitted


    Hey! What is the best way to style our React app when a project is small and when a project is medium-sized or large? Apart from this any suggestion or feedback would be really appreciated!

  • Submitted


    Hello Everyone, In this project I'm trying to generate each notification dynamically but really struggled with image paths in VSCode live server images load correctly but not in the GH-pages when I deploy my project. I just want to know what is the best way to give paths when generating images dynamically in Javascript.

  • Submitted


    My question is that is using styled-components in React a good option cuz I think when using Styled-components I have to write a lot more code than in simple index.css?? and what is the best way to style our React app ??

  • Submitted


    Hello this is my 3rd FrontEndMentor challenge My question is about the responsiveness of the Page although in this challenge It doesn't seem that it needs media queries but I have seen some webpages that are too good in terms of responsiveness that their font size constantly decreased when I lower the screen width through developer option can anybody tells how it works if you understand my question?

  • Submitted


    My question is that when I build my REACT project using "npm run build". the "dist" directory is created at the root folder, so when I go to that dir using "cd dist" then few things happen that I don't understand:

    • when I start the "dev server" images of web page are not able to load.
    • when I run the "Live server" of VSCode Screen is completely blank not showing anything.

    I fixed the issues with images by importing them on top of the React component "import imgSrc 'path' " instead of giving the path to the src attribute of <img> directly.

  • Submitted


    While building this project I faced some difficulties but I found answers to them online except one! After I download the project I wanted to install "Vite" to my project but was unable to do that. So my question is how can we install "Vite" to an existing project?? and that's it.