Content
Intro
Create-next-app with Typescript
Github repo review
NextJS and Storybook
Images Optimization and Storybook
Prettier
CSS-IN-JS. EmotionJS
The first component
Review
The power of Storybook
JSX at Glance
JSX compilation
Jest and React Testing Library
Dark / Light themes in Storybook
Aliases, Fonts and Global styles
Aliases and themes for Jest
Storybook addon interactions
Storybook addon a11y
Visual testing and Chromatic
Review
Storybook and Components Library
Tile component
Icon component
Refactoring
Checkbox component
Custom hook useId
Switch component
Logo component
Icon Button
Input component part 1
Input component part 2
Input component refactoring
Basic layout and pages
Create basic layout part 1
Create basic layout part 2
Theme toggler
Next Image and Course component
Course component refactoring
Home page part 1
Home page part 2
Custom 404 error page
Versel deploy
Github Actions and Chromatic
CI Test + Lint
Review
Login and Registration
Intro and refactoring
Strapi init
User, roles and auth flow
Login page part 1
Login page part 2
React hook form and login
React hook form, validation and tests
Fix styles, add login button
Theme toggle flicker fix
Registration page
User Page and review
Auth flow and Redux
Update deps
State management and Redux-Toolkit
User slice
Async actions
Async actions tests
Integration tests and msw
Login / Registration flow
React-redux and login flow
React-redux in Jest and Storybook
Full login flow and registration
Add page test cases
Content with Next and Strapi
Upgrade Strapi
Add courses endpoint with data
SSG, getStaticProps and index page
Fix tests and storybook
Review deploy with docker and AWS
Fix deploy problem
Course page, SSG and getStaticPath
Search input behavior
Search courses
SSR + getServerSideProps
Fix problems and review
enrol now
enroll now