In this blog you will learn, how we can combine the capabilities of native apps and the reach of the web, to get the best of both worlds, using Progressive Web Apps with WordPress.
Simplest Way To Understand Redux
Posted onRedux is a state management tool for javascript apps. It allows you to share the state between components. Why use Redux? When we have big complicated data for complex applications. Any component can pull any piece of data from the redux store. So data needs to be shared between multiple components Story of a Store
Lazy Loading Images in WordPress
Posted onIn this blog, I am going tell you the quickest and easiest way to create lazy loading without using any libraries.We are just going to use simpleCSS and JavaScript The Concept We first add the lightweight image URL in the src and srset attributes, and the actual image URL and actual srcset into data-src and data-srcset respectively.On initial page load, on window resize, scroll and
Common CSS Tricks
Posted onShow only a few lines with … Targeting Firefox with css Overflow without any scrollbar. Style Select HTML Entities Styling Responsive Video players. Styling a select box with CSS and JavaScript * – In the below input element, value is term id, name is term name.* – The div#select-box-list needs to have the same input
Pagination for Custom Post types
Posted onCreating a simple pagination for custom post types