From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Real-world multi-branch feature building on GitHub with React
From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
Real-world multi-branch feature building on GitHub with React
All right, so in this lesson we're going to create a new branch on GitHub. We're going to make changes in the new branch. We're going to push those changes, preview the changes on Versal before we want to merge them because that way we make sure nothing's breaking. And if it's all good we could do a pull request and then review and merge. And so why is this important? Well chances are if you get a job and you're working on a project you're not the only software So if you jump into a react project or next JS project or whatever, there's going to be a version and then they could say to you, well, you know John or whatever your name is Susie, go ahead and make your own branch and work on this feature. And so what would you do? You'll make a new branch for this that's going to have whatever that feature branches and then you're going to make those changes. Then you're going to push those changes. Then the project team can preview the changes and they hey this is good can you please create…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
What is GitHub and how to get started with it?6m 28s
-
(Locked)
Deploy your app to Vercel and commit changes with GitHub12m 11s
-
(Locked)
Real-world multi-branch feature building on GitHub with React9m 18s
-
(Locked)
Pull requests and merging code reviews with GitHub automatic Vercel deployment8m 55s
-
(Locked)