Using context API to make the product data available to all pages/ components.
Archives: Courses
Courses
#13 Creating Add to Cart – Part 2
Posted onAdd to Cart – Part 2
#12 Creating Add to Cart
Posted onCovers creating Add to cart button which when clicked store the product data into local storage.
#11 Create store using React Context
Posted onLearn about storing data in a universal storage called React Context to ensure its available to all components without having to pass in nested children( down the tree )
#10 Create a Single Product Page
Posted onCovers how to create a single product page
#9 Adding Clean Url Single Product
Posted onAdding a clean URL
#8 Serverless Deployment with zeit now
Posted onLearn about how to do a server-less deployment with next.js using zeit’s now
#7 Write GraphQL query for fetching Products
Posted onWe will now learn how to fetch the dats using GraphQL and Apollo client
#6 Introduction to GraphQL | Install WPGraphQL, wp-graphql-woocommerce | Apollo Client
Posted onWe will now learn how to use GraphQL instead of WooCommerce REST API using wp-graphql and wp-graphql-woocommerce plugin
#5 Style Products | Using CSS
Posted onCovers how to style your products displayed in the frontend.