Explore all newline lessons
lesson
Installing ReduxThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to install redux
lesson
Adding "Add to Cart" Button in the Description PageThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to include "Add to cart" button in the description page
lesson
Adding Basket SummaryThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to add basket summary
lesson
Refactoring and Adding Basket Items CountThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to refactor the basket page and display the basket items count in the header
lesson
Fetching the Basket on App StartThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to fetch the basket on app start
lesson
Using React ContextThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to implement React context to centralize state
lesson
Designing Basket PageThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to design Basket page
lesson
Creating Basket PageThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to add Basket page
lesson
Setting up Axios for the BasketThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to set up axios for our basket
lesson
Creating Remove Item MethodThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to create removeItem method
lesson
Creating Basket ControllerThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to create basket controller
lesson
Making Migration to the DatabaseThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we're going to make migration to our database