React Web site Responsive Tutorial – Newbie React JS Undertaking Utilizing Hooks and Router



Learn to construct a responsive React web site utilizing React Hooks and React Router on this newbie tutorial. We’re going to construct the entrance finish UI utilizing React JS. The principle sections of the location are made with reusable parts which you could customise and add wherever you need.

If you wish to comply with me alongside my coding journey, make sure you subscribe šŸ™‚
https://www.youtube.com/channel/UCsKsymTY_4BYR-wytLjex7A?sub_confirmation=1

Timeline
0:00 What we’re constructing
4:50 Create React App in terminal
9:30 Creating the pages folder
14:10 Putting in React Router
15:00 Including React Icons
28:53 Creating the Button Element
48:10 Entry the supply code
58:48 Creating the Hero part
1:10:15 Creating the Homepage
1:26:06 Including the Footer Element
1:30:27 Creating the Pricing Element
1:52:24 Updating the Routes pages
1:59:22 Including an exterior hyperlink in Footer

Watch my different React Web site Design Tutorial Right here

Right here is the supply code
https://github.com/briancodex/react-website-v2/tree/starter

You’ll want to like and subscribe! Be at liberty to refactor my code to make it higher. Additionally, let me know any cool tips or suggestions that I can add to enhance my subsequent mission

source

50 thoughts on “React Web site Responsive Tutorial – Newbie React JS Undertaking Utilizing Hooks and Router”

  1. With latest version of react js … I am not able to shadow same behaviour. Hero section is not working at all. I tried to clone your project nd run in local env but that is also not working. Please let me know anyone else is able to run

    Reply
  2. for auto class creation go to settings in VS Code by pressing Shift + Control + P type settings.json into the search. Open Settings (JSON)
    "emmet.triggerExpansionOnTab": true,

    "emmet.includeLanguages": { "javascript": "javascriptreact" }

    Reply
  3. Amazing Skills, but the return function in Button.js is broken and the site will not load. Cannot complete the tutorial in 2022.

    srcButton.js

    Line 28: Parsing error: Unexpected token (28:0)

    srccomponentspagesNavbar.js

    Line 28:12: Parsing error: Unexpected token, expected "," (28:12)

    Reply
  4. Hey Brian thanks so much for the awesome video, I am still new to React and you did an awesome job at explaining your code. However i got lost during the Button.js component creation, is that the react styled components way of building components you used or its something else, may you please make a tutorial that explains what you did there or just a tutorial to help us understand the concept you used when you created the Button.js component

    Reply
  5. Hi Brian! thank for this amazing tutorial. I had no idea about how react works! I followed your tutorial, and tried to practice this. However I am not able to compile anything other than the navbar. Vs code doesn't show any error. But the HeroSection is not loading? (text and SVG, everything in Data.js) could you tell me what I could be doing wrong here. So glad I found your tutorials. You have a new sub!

    Reply
  6. Great videos man. Learning a lot from you! But I feel stupidā€¦ lol. The only part Iā€™m not getting is how you make the navbar menu items appear and disappear. What part of the code does that? Is it the JS or the CSS? Canā€™t figure it out.

    Reply
  7. Awesome tutorial, 10/10. Liked and subscribed.
    I liked that you always tell which commands you are typing, which is pretty important for beginners. Good design with responsiveness. I am a beginner, so I am not sure how snapshot tests would fit in development for a page like this (in the sense of: do we need to do it or you just did not do it because it wasn't the purpose of this tutorial?).

    Reply

Leave a Comment