Practical Next.js & React - Build a real WebApp with Next.js
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 74 lectures | 10h 49m Duration | 8.06 GB
Genre: eLearning | Language: English
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 74 lectures | 10h 49m Duration | 8.06 GB
Genre: eLearning | Language: English
Build Fullstack WebApp with Next.js, React, and Strapi backend. Storybook components library. Practical Next.js & React
Learn a straightforward way to build a real
Fullstack web application with React & Next.js + Typescript!
Next.js
gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, etc. No config is required.
Next.js
is the
production-ready, framework for
React JS
!
Data fetching in Next.js allows you to render content in different ways. These include pre-rendering with
Server-side Rendering
or
Static Generation
, and updating or creating content at runtime with
Incremental Static Regeneration
. It can make your applications very fast!
During the course, we'll cover the most important topics.
There're presented
TDD or TLD approaches
that I'll try to practice with you during the coding sessions. Probably you don't have enough experience with the tests, but it's ok, there's still an excellent way to learn it from the course. When you work with code and cover it with test cases, it provides you with guarantees that your code works as you expected. This is the purpose and benefit of the tests.
Tools for testing:
Jest, React Testing Library
Storybook is the most popular way to build the components library. From our side, it's the most basic part of the course. We'll install and configure Storybook, which will provide us with a full components spec. This approach is called Components Driven Development.
CSS-IN-JS, EmotionJS, and Styled-Components
are very powerful toolkits to build UI components. Even very complex component styles can be easily produced and supported by it.
We create Dark and Light modes for your application with EmotionJS and styled-components API and NextJS!
GitHub Actions
makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want. We create our deployment workflow!
Last but not least it's
Redux
. Redux is a beautiful way to manage an application state.
We'll use the Redux-Toolkit library
- it simplifies the work with Redux.
Check out the full curriculum and free preview videos. Join the course risk-free with a 30-day money-back guarantee!
See you on the course!