Skip to main content

Ankur Asare

Ankur Asare is an Technical Consultant at Perficient Inc. He is currently focused on Front-end technologies such as React/Redux, JavaScript, TypeScript and is no stranger to some WCS concepts. He is currently working with the CAT team as a Front-end Developer. He likes to seek knowledge and explore the latest front-end technologies.

Blogs from this Author

Two programmers working on some coding together

Why Do You Need to Know Backend for Frontend (BFF) Pattern?

Our typical problem arises when we wish to incorporate an API into our mobile app. Consider the situation in which you need to create a mobile app for an existing system. The system was one monolithic solution that exposed an API that exclusively served the web client. The client’s proposal is not restricted to new mobile apps, […]

Creating React Applications from Scratch with Webpack 4 and Babel

When you think of creating a new React application, the first thing that may come to mind is creating it with command-line interface (CLI), which allows you to run the create-react-app command to set up your project. The create-react-app helps you to create projects easily with minimal effort and configuration. If you only want to […]