CODING MASTER
  • HOME
  • BLOGS
  • ABOUT US
  • CONTACT US

Pawan Sargar

How to use React Hook Form for Beginners
JavaScript React

How to use React Hook Form with Validation

Form handling in React is much easier already, you can just use hooks and you are good to go. But, it can get complicated once your form grows extensively. Hook like useState, is a good choice if the form has only a few inputs and the data is just some Read more…

By Pawan Sargar, 1 weekJune 17, 2022 ago
How to Handle APIs in Reactjs
JavaScript React

How to Handle APIs in React?

Handling APIs in Reactjs is now much easier and simpler. Also, there are many ways that you can call APIs in React, but today we’ll be seeing the most preferred way. Similar to JavaScript, React also has its built-in fetch()method to call APIs. But that isn’t the best and also Read more…

By Pawan Sargar, 2 weeksJune 11, 2022 ago
React Bootstrap Carousel Tutorial
JavaScript React

Create a Beautiful React Bootstrap Carousel

React Bootstrap is the “Most popular front-end framework” for building interactive and responsive UI components in just a few lines of code. Today, we’ll learn how to use React Bootstrap Carousel and create a beautiful carousel. You’ll also learn how to customize React Bootstrap components with custom CSS. This is Read more…

By Pawan Sargar, 1 monthMay 18, 2022 ago
css one liners that you should know!
CSS Tips & Tricks

5 CSS One-Liners that you should Know!

CSS is not that bad at all, I know you might hate it, but I did when I started my journey learning Web Dev. CSS is an important skill to master if you aim to become a front-end web developer but, it’s hard and we cannot learn everything, right? So Read more…

By Pawan Sargar, 1 monthMay 14, 2022 ago
3 Basic Features of React that you should Know
React

3 Basic Features of React for Beginners!

React is one of the best libraries out there. It is also the most popular JavaScript library. Let’s understand some basic React Features.

By Pawan Sargar, 2 monthsApril 24, 2022 ago
4 css layout tools to boost your development
CSS Tips & Tricks

4 CSS Layout Tools to Boost your Development

Here’s a thing, CSS can be hard, it’s not made for everyone. Even I struggle with it and tend to use Bootstrap in most of my work and projects. But that doesn’t mean that you should not learn CSS. CSS is an important language if you want to make your Read more…

By Pawan Sargar, 3 monthsMarch 31, 2022 ago
React Router version 6 tutorial
JavaScript React

Learn React Router Version 6 for Beginners

React Router recently got updated to version 6 and has bought some new features and it’s now way cleaner than version 5. Don’t know what React Router is? well, React Router or React Router DOM is a React library for adding dynamic routing in React-based Applications. With the help of Read more…

By Pawan Sargar, 4 monthsMarch 5, 2022 ago
Create Beautiful Animated Background using React
JavaScript React Tips & Tricks

Create Animated Background using React

Hello there, today’s post is quite small but fun. In this post, we’ll create a beautiful animated background using React and Particlejs. Particlejs is a JavaScript library that helps us to create amazing animated particles in just a few lines of code. It’s also available as an NPM package that Read more…

By Pawan Sargar, 6 monthsDecember 27, 2021 ago
How to zip files in Nodejs?
Nodejs Tips & Tricks

How to Zip Files using Node & Express?

Nodejs is powerful, Nodejs with Expressjs is a superpower, and today we’ll see how easy it is to compress files in Node/Express. You’ll find multiple methods to compress or zip files in Node, but in this post, I’ll try to show the easiest way to do it. Before we get Read more…

By Pawan Sargar, 6 monthsDecember 25, 2021 ago
How to Create Gradient Animation using React
React Tips & Tricks

How to Create Gradient Animation in React?

Having a gradient effect in the background can really enhance your website’s or app’s look and feel. But, creating it manually can be a bit of a pain, though you don’t have to worry, today you’ll learn how to create beautiful Gradient Animation in Reactjs. We’ll use a JavaScript library Read more…

By Pawan Sargar, 7 monthsDecember 5, 2021 ago

Posts navigation

1 2 3 Next
Recent Posts
  • How to use React Hook Form with Validation June 17, 2022
  • How to Handle APIs in React? June 11, 2022
  • Create a Beautiful React Bootstrap Carousel May 18, 2022
Recent Comments
    Search
    Let’s Connect
    • Facebook
    • GitHub
    • Instagram
    • LinkedIn
    • Twitter
    • YouTube
    Categories

    • ABOUT US
    • BLOGS
    • CONTACT US
    • Cookie Policy
    • HOME
    • PRIVACY POLICY
    Copyright 2021 @ Coding Master Web