Course Information
Course Overview
Fast frontend development with React and Bootstrap; build fluid reactive and responsive websites
React is one of the most popular front-end JavaScript library for interactive web applications. Bootstrap 4 is a free HTML, CSS, and JavaScript framework that allows developers to build responsive, mobile-first websites. Integrating Bootstrap with React allows web developers to write much cleaner code, thus reducing the time spent on the frontend. In this course, the author, Bruce Van Horn, will help you gain a thorough understanding of the Bootstrap framework and will show you how to build impressive web apps. You will build a website with UI elements such as image galleries and custom pricing/shopping tools along with Bruce. He will show you how to use HTML, ES6, CSS, React, and Bootstrap 4 to build your own dynamic website.
By the end of the course, you will be able to build real-time responsive web apps using React and Bootstrap and will have learned to use the ES6 Syntax.
About the Author
Bruce M. Van Horn II is a professional software engineer with over 30 years of programming experience developing large scale commercial applications used by millions of unique users every day. He works as the lead developer for Clear Technologies, in Dallas, Texas, as the engineering lead for Clear Technologies’ Visual Storage Intelligence product. For 25 years, he has also taught evening classes at the collegiate and university level in various programming, animation, and multimedia disciplines. He currently teaches Full Stack Web Development at Southern Methodist University.
When not writing code or wrangling his two young daughters, he enjoys working on video game designs and creating CGI based art and animation.
Course Content
- 5 section(s)
- 57 lecture(s)
- Section 1 Getting Started With Create-React-App
- Section 2 Laying the Foundation: Building Out the Navigation
- Section 3 Creating Your Own React ES6 Components
- Section 4 UX Made Easy with Nested Components
- Section 5 Building and Publishing Your ES6 React App with Babel
What You’ll Learn
- Install the required dependencies for a React App that uses Bootstrap 4
- Use JSX to code your markup in a very natural way (as opposed to the usual approach)
- Create your own React user login and registration component containing elements from the Bootstrap 4 library
- Build a user interface out of components instead of the traditional jQuery and Document Object Model
- Work with an integrated testing server running on Node .js to create a production build
- Publish your web application using a production build script
Skills covered in this course
Reviews
-
TTomislav Jelić
I think this is a great course. Now we have problem that it is a bit outdated because all components on reactstrap page are function based react and I have trouble with conversion from class based react to function based react. Luckily chatGPT helped me a lot in this conversion.
-
CChaitanya Modi
Great course, and very easy to follow. But some of the things have become outdated now and therefore this course needs an update.
-
VVandana Rawat
I enjoyed working on new projects in this course. This course helped me a lot in clearing the concepts.
-
RRavi
This is Really Nice for the Beginner. But the only concern is this Is an old video and there are some npm lib not available, the main thing is reactstrap is updated and now react version also updated, so providing latest video would be better for beginner