Asim Sikka

As a full-stack web developer with over 11 years of experience, I specialize in building dynamic and responsive applications using ReactJS, NextJS, and modern front-end technologies, I'm proficient in creating scalable, high-performance web solutions across multiple stacks, leveraging my expertise in both front-end and back-end development.
53 Posts

How to Fix the “Field” Error with Redux Form()” in React JS

While wiring up a tiny Edit Profile form with Redux Form using react JS I wrote a component that exported two versions of itself...

How to Fix Getting Error While Installing Yarn in React JS

I hit yarn install, waited for the spinner and the terminal splashed red. If you’ve just had the same gut-punch in react JS, let...

How to Create a Render a Child Object Array in React JS

When working with React, rendering nested arrays in react js from an object can sometimes be tricky if you don’t handle the data correctly....

How to Fix React App Production Build Shows JS Errors

When you're building a React application using create-react-app and deploying it to production, everything may seem perfect during development, but once you run npm...

A Guide on Material UI Autocomplete Issue with Default Value in React

I ran into a problem with Material UI’s Autocomplete component. I needed to set up a default value in react that would survive form...