Do you want to learn the whole process of building a server side React App ?. This is the course for you.
We will start from the very beginning, from I don’t even know how to use it..and why should I? to actually understand how Server side with Next + React works and make it communicate with other technologies like Auth0 and Express.
You will learn all the logic and practice behind Server side Next + React in different modules and as we advance through the course we will be increasing the difficulty.
Since I believe that the best way to fully learn is by coding, after the most important section we will put everything in practice with a course project and deploy the app to production.
We will use Next of course, and react to make the front end work.
Don t know how to use React ?
Don t worry, there is an optional full min course where we will show you how to use plain React, so once you have a strong base of React you can start with Next Js.
To sum everything up, you will learn in this course:
The very basics of Next. How to install and the logic behind it.
Instructor Details
Courses : 13
Specification: Server side rendering with Next JS
|
11 reviews for Server side rendering with Next JS
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $15.99 |
---|---|
Provider | |
Duration | 51 hours |
Year | 2021 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$19.99 $15.99
Josh Kohlbach –
Constructive Criticism: The author needs to improve more on the explanation department. Mostly, the author just copy and paste code but not clearly explaining what the code does, specially on tricky subjects. Probably due to language barrier, but still, a more clear explanation of subject matter would really help this course a lot.
Andre Ifill –
Doesn’t respond to questions
Mbruer –
Every single question in the Q&A is ignored by the instructor.
Felix Adam –
good teaching and methodology, good pace, okay samples not boring. a nice training until now. thanks! Felix
Alan Duke –
The instructor is very engaging and explains thing very simply
Archit Borde –
Video isn’t that great.
BXZ Soluciones –
Good and concise information about react and server side rendering
Anonymized User –
5/5 for teacher and quality audio videos are perfect.
Chandra Mandadi –
Completed React course earlier with Maxmillian, now taking course. so far very clear understanding
James Fiorito –
I initially rated this course high, but the final project code seems out dated (not using auth0 nextjs SDK) and is a total mess to set up and test without painfully going through and finding how ever config key is set up and how the initial data is structured. All coding courses should make it easy follow along the lectures with a working final version.
Luiz Pina –
Nice course, very experienced teacher. The only think I believe that is missing here is an upate. This course is making referece to Zeit as the creator of Next. It’s true! However, Zeit now is called Vercel. Also, Next doesn’t use static folder anymore. It’s now done through the public folder. But which is really important is that Vercel is no longer recommending the use of getInitialsProps, just getStaticProps and getServerSideProps. My last comment bout update is that it seems that class based components are no longer a good option. With React Hooks, it seems that function based components are better suitable and more used with Next JS at moment. I would like to hear from the instructor if this is true. 🙂