I am Ateev Duggal, a front-end web developer, and a blogger. I write blogs mainly on React JS and have an experience of over 1.5 years of freelancing. I have worked on both static and dynamic projects again using React JS like a table to show clients data which was fetched using API, a review slider, pagination component, etc, and many websites like Parent, landing pages for Ataota, and many more.
Some of my blogs have been published on freecodecamp, dev.to, Medium, geeks for geeks, and many other blogging platforms and developer's communities.
My Primary skills not only include React JS but HTML5, CSS3, JS, Jquery, Git, and Bootstrap also. You can visit my GitHub Profile and LinkedIn profile for more information about me or you can visit my Website at tekolio.com
An array is a type of data structure that can store a fixed number of elements of the same data types in our RAM in contiguous order, and Arrays in Java are ...
Some ReactJS Bad Practices include-
1. Using Index as the key in the map function
2. Polluting Render method by using Anonymous functions
3. Using Nested Components
...
Portfolio is one app that every developer should have as it showcases his work, and portfolio in React will not only showcases your work but is also ...
useState hook is a Hook that lets us add React state to function components”. It simply means that we can now declare state variables to functional components
Hooks are an addition to the Functional Components through which we can work with states and other React features without first converting them into classes as it was the ...
We all have made calculator in JS, now its time to make it in React but dynamically. In this post we will cover some main but basic concepts of react ...