Skip to main content

Pallavi Kanfade

Pallavi is an Associate Technical Consultant working as a front-end developer with React and other JS frameworks. She has worked in the IT Industry and with Perficient for more than 1.8 years. Pallavi's passion for technology keeps her energized and motivated to deliver high-quality work, and believes in the "lifelong learning" concept.

Blogs from this Author

Getting Lost In The Code

A Beginner’s Guide to Using Tailwind CSS

Tailwind is a CSS framework that contains utility classes so that you don’t have to write CSS from scratch. It allows you to create and customize your design in a unique way. So, if you have designed websites before, you must know that CSS is required for styling a website. To learn Tailwind, you need […]

Woman Inside A Maze Tries To Find The Right Way

Understanding React Routing

Routing helps users to switch between views in a web application depending on an action or request. Users can switch between pages when they click a link, button, icon, image, or other component within the program. 1.  Installing the React-Router React uses an external library to manage routing however, before we can utilize that library. […]