With the rise of single-page application (SPA), the traditional approach to web development, Multi-page application seems to have been forgotten. Is MPA as an architecture for web development dead? Should Continue Reading
Redux And New React-Redux Hooks
If you are a React developer, you must have heard of Redux for sure. While Redux is such an important tool for React developers, it also introduces extra code and Continue Reading
How to create WordPress CPT-custom post types
What are custom post types? WordPress has been the most popular content management system for years. If you are familiar with WordPress, I am sure you must have worked with Continue Reading
How to scroll to a certain point in React apps
In traditional web page development, developers would use anchor tags and id to navigate to a certain part of a web page. While you can still add this approach to Continue Reading
How to create Auth Routes with React Router V5
In my previous posts on React Router, I have explained to you about Basic React Router and Nested React Router. In this post, I will show you how to create Continue Reading
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 Continue Reading
How to set up a Basic React Router V5
What is React Router React Router is a Library that makes it possible to navigate from one react component to another. In other words, it enables you to switch between Continue Reading
How to create a shop page with WooCommerce blocks
WooCommerce blocks Create basic layout Add custom sidebar Removing the default sidebar from the shop page Conclusion WooCommerce blocks WooCommerce provides developers and store owners an easy to use building Continue Reading
What is the connection between Jamstack and Headless CMS
What is JamstackWhat are Static Site GeneratorsHeadless CMSJamstack WorkflowBenefits of Jamsstack sitesConclusion What is Jamstack At the beginning of the web, static web pages play a major role in presenting Continue Reading
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 Continue Reading