About 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.
View all posts by Asim Sikka
When I first separated my React.js front end from the Laravel 8 back end, I expected everything to work the same way as it did when Rea...
Continue reading
I’m working on a small image editor side project with react app, and I wanted to sprinkle in some quick filters without pulling in a he...
Continue reading
I ran head-first into this bug while wiring up a tiny demo. One moment everything compiled in react app, the next the browser console y...
Continue reading
While wiring up a tiny Edit Profile form with Redux Form using react JS I wrote a component that exported two versions of itself an und...
Continue reading
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 me wal...
Continue reading
When working with React, rendering nested arrays in react js from an object can sometimes be tricky if you don’t handle the data correc...
Continue reading
When you're building a React application using create-react-app and deploying it to production, everything may seem perfect during deve...
Continue reading
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 sub...
Continue reading
As React developers, we often need to work with routing to display different views based on the URL path. However, when dealing with mu...
Continue reading
You’ve built the sticky nav bars in a React JS app with a navigation bar that should stick to the top when scrolling but it doesn’t. Le...
Continue reading