Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Module 6 Summary

lesson

Module 6 SummaryThe newline Guide to Modernizing an Enterprise React App

This lesson summarizes our addition of the Context API and useContext Hooks in Module 6.0.

Module 5 Summary

lesson

Module 5 SummaryThe newline Guide to Modernizing an Enterprise React App

This lesson is a summary of module 5.0's custom hooks we added to Hardware Handler.

Module 4 Summary

lesson

Module 4 SummaryThe newline Guide to Modernizing an Enterprise React App

This lesson is a summary of Module 4.0, where we systematically refactored our app's outdated class components to now use React Hooks.

Refactor Checkout.js

lesson

Refactor Checkout.jsThe newline Guide to Modernizing an Enterprise React App

The checkout page uses multiple API calls to correctly display the items a product manager wants to ship to stores.

Refactor ProductForm.js

lesson

Refactor ProductForm.jsThe newline Guide to Modernizing an Enterprise React App

Ah forms, a painful Achilles heel of most web applications (React apps included) since the beginning of time.

Refactor App.js

lesson

Refactor App.jsThe newline Guide to Modernizing an Enterprise React App

We get our first real taste of adding hooks while refactoring the App component.

Refactor Home.js

lesson

Refactor Home.jsThe newline Guide to Modernizing an Enterprise React App

We dip our toes into converting a class component to a functional one with Hardware Handler's home page.

Module 3 Summary

lesson

Module 3 SummaryThe newline Guide to Modernizing an Enterprise React App

This lesson is a summary of the automated code formatting and linting we set up with the help Prettier and ESLint in Module 3.0.