Details for this torrent 

Practical Next.js and React - Build a real WebApp with Next.js
Type:
Other > Other
Files:
272
Size:
7.63 GiB (8187468961 Bytes)
Uploaded:
2022-06-08 08:34:23 GMT
By:
tuts756 Trusted
Seeders:
4
Leechers:
1
Comments
0  

Info Hash:
9BCAFAF427C01DA9A0F6FB58315A774D61ADB344




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

Learn a straightforward way to build a real Fullstack web application with ReactJS & NextJS!

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 ReactJS!

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!
Who this course is for:

    React developers who want to build production React apps
    Developers who want to build fullstack React apps
    Web developers in general, who want to learn one of the most popular tech stacks

Requirements

    Javascript skills will be necessary
    ReactJS is strongly recommended
    Basic Typescript knowledge

Last Updated 5/2022

[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/4. Images Optimization and Storybook.mp4210.89 MiB
TutsNode.com.txt63 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/6. Home page part 1.srt15.87 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/4. Dark Light themes in Storybook.srt15.18 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/1.1 Pull request.html113 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/1. Create basic layout part 1.srt15.09 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/2. Github repo review.srt1.37 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/4. Checkbox component.srt14.86 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/1. Tile component.srt14.64 KiB
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/9. Input component part 1.srt14.62 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/4.1 Pull request.html113 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/4. Next Image and Course component.srt14.43 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/5. Prettier.srt2.31 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/5.1 Pull request.html113 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/10. Review.srt3.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/5.1 Deploy And Run Docker Images on AWS ECS.html146 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/6.1 Neumorphic Elements.html107 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/3. SSG, getStaticProps and index page.srt14.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/10. Registration page.srt14.39 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/7.1 Pull request.html113 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/6. Integration tests and msw.srt14.3 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/8. Review.srt1.61 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/9. Theme toggle flicker fix.srt14.07 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/10. Input component part 2.srt13.88 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/9. Search courses.srt13.79 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/8. React-redux and login flow.srt13.6 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/9. React-redux in Jest and Storybook.srt13.47 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/8. Custom 404 error page.srt13.46 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/5. Review deploy with docker and AWS.srt13.24 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/1. Update deps.srt13.23 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/3. Theme toggler.srt13.09 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/2. Add courses endpoint with data.srt13.07 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/5.1 Pull request.html119 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/11. Add page test cases.srt13.03 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/6. React hook form and login.srt12.99 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/6.1 Pull request.html119 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/7. Login Registration flow.srt12.85 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/3. Jest and React Testing Library.srt12.65 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/7.1 Pull request.html113 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/1. JSX at Glance.srt12.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/7. React hook form, validation and tests.srt12.31 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/4. Images Optimization and Storybook.srt12.15 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/4. Login page part 1.srt11.81 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/9.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/6. CSS-IN-JS. EmotionJS.srt11.73 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/10. Full login flow and registration.srt11.63 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/2. Icon component.srt11.63 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/7. Course page, SSG and getStaticPath.srt11.6 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/1.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/5. Login page part 2.srt11.45 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/3. NextJS and Storybook.srt11.1 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/2.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/5. Async actions tests.srt11.04 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/7. The first component.srt10.86 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/8. Icon Button.srt10.8 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/4. Async actions.srt10.75 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/4.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/11. Fix problems and review.srt10.65 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/8. Search input behavior.srt10.54 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/5.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/10. Github Actions and Chromatic.srt10.23 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/11. Input component refactoring.srt10.09 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/6.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/2. Strapi init.srt10.01 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/3. User slice.srt9.74 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/7.1 pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/7. Storybook addon interactions.srt9.73 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/5. Aliases, Fonts and Global styles.srt9.66 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/8.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/1. Intro and refactoring.srt9.49 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/9. Visual testing and Chromatic.srt9.49 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/4. Fix tests and storybook.srt9.3 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/7. Logo component.srt9.17 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/8. Fix styles, add login button.srt9.12 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/2. State management and Redux-Toolkit.srt9.09 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/5. Custom hook useId.srt9.04 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/2. Create basic layout part 2.srt8.84 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/11. CI Test + Lint.srt8.84 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/6. Switch component.srt8.36 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/2.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/2. JSX compilation.srt7.86 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/5. Course component refactoring.srt7.68 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/3. User, roles and auth flow.srt6.95 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/6. Aliases and themes for Jest.srt6.77 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/4.1 Next Image API.html109 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/4.2 NextJS Image Optimization.html118 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/4.3 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/10. SSR + getServerSideProps.srt5.91 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/9. Versel deploy.srt5.87 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/5.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/3. Refactoring.srt5.5 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/7. Home page part 2.srt5.5 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/8. Storybook addon a11y.srt4.88 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/1. Create-next-app with Typescript.srt4.87 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/7.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/6. Fix deploy problem.srt3.41 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/11. User Page and review.srt2.94 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/8.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/12. Review.srt2.24 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/1. Upgrade Strapi.srt929 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/9.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/6.1 Deploy And Run Docker Images on AWS ECS.html146 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/5.1 Pull request.html12 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/10.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/3.1 Pull request.html12 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/11.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/1.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/2.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/7.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/9.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/10.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/11.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/1.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/2.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/5.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/7.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/9.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/10.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/11.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/1.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/3.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/6.2 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/7.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/10.1 Pull request.html114 B
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/11.1 Pull request.html114 B
.pad/0383.87 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/3. NextJS and Storybook.mp4193.58 MiB
.pad/1425.25 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/4. Dark Light themes in Storybook.mp4189.63 MiB
.pad/2374.08 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/6. Home page part 1.mp4180.78 MiB
.pad/3221.22 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/1. Tile component.mp4170.48 MiB
.pad/4535.46 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/2. Icon component.mp4169.5 MiB
.pad/5508.55 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/1. Create basic layout part 1.mp4156.1 MiB
.pad/6919.22 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/4. Next Image and Course component.mp4147.75 MiB
.pad/7260.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/3. SSG, getStaticProps and index page.mp4146.3 MiB
.pad/8716.1 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/3. Jest and React Testing Library.mp4143.96 MiB
.pad/937.64 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/9. Theme toggle flicker fix.mp4142.55 MiB
.pad/10464.8 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/8. Custom 404 error page.mp4140.35 MiB
.pad/11666.89 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/4. Checkbox component.mp4139.89 MiB
.pad/12107.94 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/6. Integration tests and msw.mp4137.18 MiB
.pad/13839.71 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/10. Registration page.mp4135.61 MiB
.pad/14397.15 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/10. Input component part 2.mp4134.33 MiB
.pad/15682.14 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/9. React-redux in Jest and Storybook.mp4134.02 MiB
.pad/161007.74 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/3. Theme toggler.mp4131.74 MiB
.pad/17262.82 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/5. Review deploy with docker and AWS.mp4131.48 MiB
.pad/18531.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/6. CSS-IN-JS. EmotionJS.mp4131.02 MiB
.pad/191002.53 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/2. Add courses endpoint with data.mp4130.99 MiB
.pad/208.53 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/11. Add page test cases.mp4130.44 MiB
.pad/21568.79 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/6. React hook form and login.mp4128.97 MiB
.pad/2231.63 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/1. Update deps.mp4127.04 MiB
.pad/23987.7 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/7. Storybook addon interactions.mp4126.9 MiB
.pad/24107.37 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/5. Aliases, Fonts and Global styles.mp4125.76 MiB
.pad/25249.84 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/9. Input component part 1.mp4125.27 MiB
.pad/26744.97 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/7. React hook form, validation and tests.mp4124.41 MiB
.pad/27599.74 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/4. Login page part 1.mp4123.76 MiB
.pad/28249.71 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/7. Course page, SSG and getStaticPath.mp4121.96 MiB
.pad/2945.36 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/7. Login Registration flow.mp4121.67 MiB
.pad/30341.48 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/5. Login page part 2.mp4120.2 MiB
.pad/31815.87 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/9. Visual testing and Chromatic.mp4119.88 MiB
.pad/32122.93 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/9. Search courses.mp4116.73 MiB
.pad/33273.01 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/7. The first component.mp4115.4 MiB
.pad/34611.67 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/2. Strapi init.mp4113.52 MiB
.pad/35487.45 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/8. React-redux and login flow.mp4110.7 MiB
.pad/36311.81 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/11. CI Test + Lint.mp4109.41 MiB
.pad/37602.96 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/10. Full login flow and registration.mp4108.8 MiB
.pad/38209.02 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/4. Async actions.mp4104.67 MiB
.pad/39339.62 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/4. Fix tests and storybook.mp4102.28 MiB
.pad/40740.82 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/8. Search input behavior.mp4102.26 MiB
.pad/41757.42 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/5. Async actions tests.mp4102.15 MiB
.pad/42874.22 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/11. Input component refactoring.mp4101.27 MiB
.pad/43745.9 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/8. Icon Button.mp4101.24 MiB
.pad/44773.3 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/10. Github Actions and Chromatic.mp499.56 MiB
.pad/45448.19 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/1. Intro and refactoring.mp493.56 MiB
.pad/46449.29 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/3. User slice.mp492.29 MiB
.pad/47722.93 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/6. Auth flow and Redux/2. State management and Redux-Toolkit.mp484.28 MiB
.pad/48742.22 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/5. Custom hook useId.mp483.68 MiB
.pad/49331.82 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/2. Create basic layout part 2.mp483.47 MiB
.pad/50538.02 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/7. Logo component.mp482.8 MiB
.pad/51208.16 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/1. Create-next-app with Typescript.mp482.47 MiB
.pad/52545.12 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/8. Fix styles, add login button.mp480.42 MiB
.pad/53594.7 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/11. Fix problems and review.mp479.56 MiB
.pad/54449.89 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/1. JSX at Glance.mp479.38 MiB
.pad/55631.89 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/6. Aliases and themes for Jest.mp477.41 MiB
.pad/56599.45 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/8. Storybook addon a11y.mp475.97 MiB
.pad/5734.94 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/5. Course component refactoring.mp470.84 MiB
.pad/58168.52 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/6. Switch component.mp470.68 MiB
.pad/59324.85 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/3. User, roles and auth flow.mp466.19 MiB
.pad/60826.73 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/3. Storybook and Components Library/3. Refactoring.mp461.17 MiB
.pad/61845.72 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/7. Home page part 2.mp461.17 MiB
.pad/62849.06 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/10. SSR + getServerSideProps.mp456.89 MiB
.pad/63111.99 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/9. Versel deploy.mp452.47 MiB
.pad/64540.1 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/10. Review.mp447.89 MiB
.pad/65117.19 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/2. The power of Storybook/2. JSX compilation.mp445.77 MiB
.pad/66236.33 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/6. Fix deploy problem.mp431.2 MiB
.pad/67817.24 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/4. Basic layout and pages/12. Review.mp430.44 MiB
.pad/68577.08 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/5. Prettier.mp427.49 MiB
.pad/69522.14 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/2. Github repo review.mp426.59 MiB
.pad/70420.09 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/5. Login and Registration/11. User Page and review.mp422.99 MiB
.pad/719.89 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/1. Intro/8. Review.mp417.75 MiB
.pad/72254.92 KiB
[TutsNode.com] - Practical Next.js & React - Build a real WebApp with Next.js/7. Content with Next and Strapi/1. Upgrade Strapi.mp46.18 MiB