mujtaba.codesShopify MetaobjectsMetaobject lets you define completely new data models. Metafields on the other ends rather mean expanding the existing data models like if you need to store additional information rights on your product. Metafields can hold a refrence to metaobjects....Aug 15, 2023·1 min read
mujtaba.codesQuick React GuideComponent A component in react is just a function in React. React Component name's first letter should be uppercase. The react component has single parent div in return. The react component should be exported and imported. Child Component A child co...Feb 28, 2023·1 min read
mujtaba.codesJet Engine TutorialGlossaries The Glossary functionality allows you to create a list of items with labels and values and use it as often as you need. We can use in the dashboard of WordPress in a normal way it becomes a selectable area, or we can use it in a front end ...Feb 20, 2023·1 min read
mujtaba.codesCSS Calc FunctionThe calc functions allow you to do addition, subraction, multiplication or division of any length values You can nest calc function in another calc function You must need space between values and operators See the Pen Untitled by Mujtaba Abid (...Feb 17, 2023·1 min read
mujtaba.codesGSAP Quick TutorialGSAP Basics GSAP.from() GSAP.from is basically when the animations start and ends at the element current state. GSAP.to() The animation will start at the current state and finished by the values specified in tween. gsap.fromTo() You will define both ...Feb 15, 2023·3 min read