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 LibraryStorybook 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 automa
What you'll learn
build a fullstack web application
implement hybrid static and server rendering
use TypeScript with Next.js
perform data fetching in Next.js
apply test-driven development practices
create a component library with Storybook
style applications using EmotionJS and styled-components
Course objectives
to learn how to build and deploy a fullstack application
to understand the principles of server-side rendering and static generation
to practice testing techniques to ensure code reliability