https://github.com/thedevdrawer/html-to-react
Convert and HTML Website to React
https://github.com/thedevdrawer/html-to-react
Last synced: 3 months ago
JSON representation
Convert and HTML Website to React
- Host: GitHub
- URL: https://github.com/thedevdrawer/html-to-react
- Owner: thedevdrawer
- Created: 2021-11-03T19:11:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T19:25:54.000Z (over 3 years ago)
- Last Synced: 2025-01-25T11:07:52.528Z (4 months ago)
- Language: HTML
- Size: 67.4 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - thedevdrawer/html-to-react - Convert and HTML Website to React (HTML)
README
# Convert HTML to React
Per a subscriber request, let's take a look at converting an existing HTML website to React. You can view the source files to get the HTML code from the existing website to get started.In this tutorial, we learn about how to install React, how to install a React Router, and how to install React Helmet. These 3 installs will help us build out a website in React, create our page router, and finally modify the title and meta tags for SEO.
Join me as I go over how to get your HTML code from a flat-file website to react to make it more dynamic, faster, and easier to modify in the future.
View the video: [https://youtu.be/Apqq6wgCv4o](https://youtu.be/Apqq6wgCv4o)