- Overview
- Transcript
1.1 Introduction
In this course, I'll walk you through the process of taking a simple, pre-built static web template and converting it into a single-page application using React.
1.Introduction2 lessons, 05:00
1.1Introduction00:45
1.2Prerequisites04:15
2.Getting Started2 lessons, 11:16
2.1Choosing an HTML Template05:24
2.2Creating a React Application05:52
3.Working With a Template6 lessons, 54:13
3.1Starting to Work With Our Template11:47
3.2Cleaning Up Inline Style Issues05:13
3.3Structure and Components09:41
3.4Adding Routing and a Home Page09:33
3.5Creating an About Page and Customization09:35
3.6Building the Contact Page08:24
4.Creating UI Components4 lessons, 22:28
4.1Creating the `PostPreview` Component04:46
4.2Creating the `PostPreviewList` Component04:06
4.3Rendering Sample Data in a List07:33
4.4Passing Data Between Pages06:03
5.Conclusion1 lesson, 00:43
5.1Conclusion00:43
1.1 Introduction
I find it very interesting that quite often when scouring the Internet for web development tutorials, and more specifically, React tutorials, it's very easy to find samples with pre-built applications. Then on the other hand, we have such a wonderful amount of resources out on the Internet that contain great pre-built websites using HTML, CSS and JavaScript. But very rarely do these two worlds actually meet. Well, no more. In this course I'm gonna show you how to take one of those readily available templates and convert it into a fully functional single page application with React. So let's not waste any more time. Let's get started.







