HomePosts Tagged "API"
Posted in Back-End & Database

Headless Commerce: Saleor v/s Vue Storefront

Headless Commerce is that separation which makes back end and front end two different identities in an e-commerce application. It presents various product catalogues without any traditional constraints of the eCommerce platform. In addition, you have full control over the presentation and aesthetics of the products. Developers decouple the “head” or front-end template from the […]

Posted in React

Profiler API

The performance of an Application can be good or bad depending on the quality of code. In React, The Profiler API helps in measuring the performance of a component and enhancing it. The Profiler API for DevTools first got shipped in the 16.5 React version. It helps developers find difficulties in your web application. In […]

Posted in VueJS, Web Application

Vue 3 Composition API- What You Should Know

Overview Vuejs composition API is a uniquely designed progressive library that is built on top of JavaScript. This powerful library makes coding easier as it is specially configured to make codes shorter, organised, more readable, approachable etc. For people who have used this powerful tool, you’ll agree that it works pretty well especially looking at […]