649 followers
I am a developer, blogger, photographer etc trying out things in some different ways.
#javascript #frontend #blogging #react #nodejs
Check out my work in photography on instagram @pankaj_patel
Subscribe to my newsletter and never miss my upcoming articles
For so long, I had believed that one Form can only be submitted to one Action URL without any JS. I couldn’t be more wrong. Though, lets take a look at the way of the Past i.e. with JavaScript and AJAX/Fetch Problem Consider following HTML Form wh...
If you are making a web app, you will need to create Forms most of the time. Forms are notorious for demand in Creativity and Customizability. One of the ways we can ease the Form handling is by representing Forms in Data and Functions. And with this...
Functional Components are super cool. Though, Classical components are still used & so is the conventional state in those. State initialization is a very common scenario while developing the components. But where do you initialize your components’ s...
Component-based Development has taken the FrontEnd Development by storm. And Components not being any language standard, there are many ways to Create and Use Components. Here are some tips to help you with Component Driven Development. These are not...
JAMStack is Fast. Fast for Development and to deliver ultra Fast websites. To develop with JAMStack, one of the ways is Static Site Generation. Static Site Generators (SSG) SSGs are the tools which will take the data from any data source and generate...
I am presuming that you are using objects and arrays every day in your JavaScript. And I am also sure that most of them are not single line these arrays and objects with items spread in many lines. Though my question here is: Do you leave a trailin...