Author name: Dinesh

top view photography of roads

How to implement nested Routes in React Router V5

Nested routes in React are not as complex as you might think, especially, with React Router V5. Routes are nothing but React components. Therefore, just like any other component, they render anywhere in a React application including in child components. Note: If you are new to React Router, please read this post before you processed.

How to implement nested Routes in React Router V5 Read More »

How to set up your local environment for Shopify theme customization

Shopify theme customization can be done in the admin panel. If your client requires specific customization, you need to add custom code to the Shopify theme files. Shopify provides its custom template language called Liquid for further customization. In this post, I will show you how to set up your local development environment for Shopify theme

How to set up your local environment for Shopify theme customization Read More »

custom-shop-page

How to customize WooCommerce shop page with hooks

Why Customize WooCommerce Many e-commerce platforms wide variety of templates for customers. The availability of such a variety shows the importance of customization. These e-commerce platforms provide customization for specific needs by offering a  large pool of templates often with drag-and-drop techniques to customize. However, these customization capabilities are limited, and this is where WooCommerce

How to customize WooCommerce shop page with hooks Read More »

Scroll to Top