Skip to main content

Rajiv Tandon

Rajiv Tandon is a Lead Technical Consultant at Perficient with over 8 years of experience in Front-end technologies. He has extensive knowledge of Insite, Magento 2, and other ecommerce platforms. He likes to seek knowledge and explore the latest front-end technologies.

Blogs from this Author

Blue and green data points moving in curves.

Next.js Form Validation Using Server Actions by Zod

Server-side validation protects against invalid and malicious data, ensuring data integrity and security. In this post, we’ll look at how to utilize Zod, a declarative JavaScript validation library, for server-side form validation in a Next.js application. We will also explore how to handle validation failures provided by the server. Assumptions This blog assumes you have […]

Extending General Link for Experience Editor Mode in Sitecore

12 Best Practices for React Developers

As a React developer, it’s critical to increase the performance of your React applications to provide a smooth and streamlined user experience. This post will cover the best practices for writing code in React JS. 1. Minimize Re-renders and Use Memoization Memoization is a technique for minimizing expensive computations or function calls by caching their […]

Optimizely: Spire Style Guide Changes with setPreStyleGuideTheme and setPostStyleGuideTheme Methods

In Spire, we have two main methods for changing the style of global elements. We refer to this as the Style Guide, which covers the style of HTML elements such as headings, paragraphs, input tags and so on. For front-end components, we use the Mobius library, which is a configurable and extendable React Styles component. […]