LaptrinhX
  • My
  • News
  • Tiktok
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News
  • India (বাংলা)
  • Česká republika (čeština)
  • Danmark (Dansk)
  • Österreich (Deutsch)
  • Schweiz (Deutsch)
  • Deutschland (Deutsch)
  • Ελλάδα (ελληνικά)
  • United Arab Emirates (English)
  • Australia (English)
  • Canada (English)
  • United Kingdom (English)
  • Ireland (English)
  • India (English)
  • Malaysia (English)
  • New Zealand (English)
  • Philippines (English)
  • Singapore (English)
  • United States (English)
  • International Edition (English)
  • South Africa (English)
  • Argentina (español)
  • Chile (español)
  • Colombia (español)
  • España (español)
  • México (español)
  • Perú (español)
  • United States (español)
  • Venezuela (español)
  • América Latina (español)
  • Suomi (suomi)
  • Belgique (français)
  • Canada (français)
  • Suisse (français)
  • France (français)
  • Afrique francophone (français)
  • India (हिंदी)
  • Magyarország (magyar)
  • Indonesia (Bahasa Indonesia)
  • Italia (italiano)
  • 日本 (日本語)
  • 한국 (한국어)
  • India (मराठी)
  • Norge (norsk, bokmål)
  • België (Nederlands)
  • Nederland (Nederlands)
  • Polska (polski)
  • Brasil (português)
  • Portugal (Português)
  • Россия (Pусский)
  • Sverige (svenska)
  • India (తెలుగు)
  • ไทย (ไทย)
  • Türkiye (Türkçe)
  • Việt Nam (Tiếng Việt)
  • 中华人民共和国 (简体中文)
  • 香港特别行政區 (繁體中文)
  • 台灣 (繁體中文)

    Authors ::

    Yogesh Chavan

    104 posts •


    freecodecamp.org freecodecamp.org 2021-05-03 23:40

    Common Mistakes React Developers Make – And How to Fix Them

    In this article, we'll see some of the common mistakes that React developers...

    Yogesh Chavan
    Y Yogesh Chavan
    6 min read
    freecodecamp.org freecodecamp.org 2021-04-28 01:12

    How to Build a React Application with Load More Functionality using React Hooks

    In this article, we will build a React application using class components. Then...

    Yogesh Chavan
    Y Yogesh Chavan
    22 min read
    thepracticaldev.com thepracticaldev.com 2021-04-23 12:45

    How the Nullish Coalescing Operator Works in JavaScript

    ES11 has added a nullish coalescing operator which is denoted by double...

    Yogesh Chavan
    Y Yogesh Chavan
    3 min read
    How to Hide your React Source Code from Chrome Dev Tools when Deployed to Production
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2021-04-17 12:43

    How to Hide your React Source Code from Chrome Dev Tools when Deployed to Production

    Do you know that when you deploy your React application which is created using create-react-app or your own webpack configuration to a live website like Netlify, Vercel, Heroku etc, your entire source code is visible...

    Yogesh Chavan
    Y Yogesh Chavan
    2 min read
    React CRUD App Tutorial – How to Build a Book Management App in React from Scratch
    • twitter
    • facebook
    • email
    freecodecamp.org freecodecamp.org 2021-04-15 02:20

    React CRUD App Tutorial – How to Build a Book Management App in React from Scratch

    In this article, you will build a Book Management App in React from scratch. By creating this app, you will learn:How to perform CRUD operationsHow to use React Router for navigation between routesHow to use React...

    Yogesh Chavan
    Y Yogesh Chavan
    29 min read
    An In-depth Introduction to State in React – Explained with Code Examples
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2021-04-08 12:59

    An In-depth Introduction to State in React – Explained with Code Examples

    The state is the most complex thing in React that beginners, as well as experienced developers, struggle to understand. So in this article, we'll explore all about the state in React. Before understanding the state,...

    Yogesh Chavan
    Y Yogesh Chavan
    19 min read
    How State Works in React – Explained with Code Examples
    • twitter
    • facebook
    • email
    freecodecamp.org freecodecamp.org 2021-04-06 02:42

    How State Works in React – Explained with Code Examples

    State is the most complex thing in React, and it's something both beginners and experienced developers struggle to understand. So in this article, we'll explore all the basics of state in React.Before understanding...

    Yogesh Chavan
    Y Yogesh Chavan
    21 min read
    The Most Useful JavaScript Array Methods Explained with Examples
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2021-02-19 16:29

    The Most Useful JavaScript Array Methods Explained with Examples

    If you're a JavaScript developer and want to improve your coding, then you should be familiar with the most commonly used ES5 and ES6+ array methods. These methods make coding a lot easier and also make your code look...

    Yogesh Chavan
    Y Yogesh Chavan
    15 min read
    How to implement Caching for Hacker News App in React
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2021-02-18 13:16

    How to implement Caching for Hacker News App in React

    In this article, we will implement a caching mechanism for the Hacker News Clone App which is explained in detail in this freeCodeCamp article. You can find the complete GitHub source code for the Hacker News Clone App...

    Yogesh Chavan
    Y Yogesh Chavan
    10 min read
    JSX in React – Explained with Examples
    • twitter
    • facebook
    • email
    freecodecamp.org freecodecamp.org 2021-02-02 04:24

    JSX in React – Explained with Examples

    JSX is one of the core concepts of React. So if you understand it well, you'll be able to write better React code.In this article, we'll explore:What is JSX in React and how to use itHow JSX is transformed to...

    Yogesh Chavan
    Y Yogesh Chavan
    10 min read
    An easy way for adding Copy to Clipboard functionality in React App
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2021-01-25 15:59

    An easy way for adding Copy to Clipboard functionality in React App

    In this article, we will see how to use the most popular React library for adding copy to clipboard functionality in React app. The library I'm talking about is react-copy-to-clipboard. It's a very popular npm library...

    Yogesh Chavan
    Y Yogesh Chavan
    3 min read
    How to Write Better React Components
    • twitter
    • facebook
    • email
    freecodecamp.org freecodecamp.org 2021-01-21 02:07

    How to Write Better React Components

    Many features were added to JavaScript in ES6. And these changes help developers write code that is short and easy to understand and maintain.When you use create-react-app to create a React App, you already have support...

    Yogesh Chavan
    Y Yogesh Chavan
    8 min read
    Speed up your coding using Emmet — a really powerful tool
    • twitter
    • facebook
    • email
    javascript in plain engli... 2020-12-22 18:07

    Speed up your coding using Emmet — a really powerful tool

    Speed up your coding using Emmet — a really powerful toolBest way to improve your coding productivityPhoto by Florian Olivo on UnsplashIntroductionIn this article, we will talk about Emmet. A very popular and...

    Yogesh Chavan
    Y Yogesh Chavan
    10 min read
    Speed up your coding using Emmet - a really powerful tool
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-12-21 14:06

    Speed up your coding using Emmet - a really powerful tool

    Introduction In this article, we will talk about Emmet. A very popular and highly useful tool that is built into almost every IDE out there like Visual Studio Code, Sublime Text etc. If you're using Codepen, then...

    Yogesh Chavan
    Y Yogesh Chavan
    10 min read
    An Introduction to CSS Modules in React
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-12-17 12:56

    An Introduction to CSS Modules in React

    Following are some of the ways of styling in React. Inline CSS Normal CSS CSS In JS libraries like styled-components CSS Modules SASS/SCSS In this article, we will explore how to use CSS Modules. What is a CSS...

    Yogesh Chavan
    Y Yogesh Chavan
    2 min read
    Master Modern JavaScript — Array includes, Array reduce, Map object and much more
    • twitter
    • facebook
    • email
    javascript in plain engli... 2020-12-11 15:48

    Master Modern JavaScript — Array includes, Array reduce, Map object and much more

    Master Modern JavaScript — Array includes, Array reduce, Map object and much morePhoto by Julien Pouplard on UnsplashOver the past few years, there have been many updates to the JavaScript language. And these...

    Yogesh Chavan
    Y Yogesh Chavan
    4 min read
    Guide for Mastering Modern JavaScript skills
    • twitter
    • facebook
    • email
    javascript in plain engli... 2020-12-09 13:13

    Guide for Mastering Modern JavaScript skills

    Become an expert in Modern JavaScript and better at React, Angular, VuePhoto by Artem Sapegin on UnsplashIn today’s constantly changing world, a lot of new content and updates are coming to JavaScript which are very...

    Yogesh Chavan
    Y Yogesh Chavan
    13 min read
    Understanding closures in JavaScript
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-11-13 13:07

    Understanding closures in JavaScript

    Introduction In this article, we will learn about closures in JavaScript. Every JavaScript developer should be aware of closures as it's the most frequently asked interview question as well as understanding it...

    Yogesh Chavan
    Y Yogesh Chavan
    4 min read
    Hacker News Clone using React Hooks
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-29 10:59

    Hacker News Clone using React Hooks

    Introduction This is the continuation of the multi-part series. If you missed the previous parts, then you can check them out here 👉 : part1, part 2 and part 3. In this final part, we will build a Hacker News...

    Yogesh Chavan
    Y Yogesh Chavan
    12 min read
    Important Methods provided by Promise API
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-26 12:12

    Important Methods provided by Promise API

    Introduction This is the continuation of the multi-part series. If you missed the previous parts, then you can check out here 👉 : part 1 and part 2 In this part, we'll explore the various methods provided by...

    Yogesh Chavan
    Y Yogesh Chavan
    5 min read
    An introduction to Async/Await
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-23 11:28

    An introduction to Async/Await

    Introduction This is the continuation of the multi-part series. If you missed the previous part regarding the introduction to promises, then you can check that out here. In this part, we'll explore all about...

    Yogesh Chavan
    Y Yogesh Chavan
    5 min read
    An introduction to promises
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-22 13:21

    An introduction to promises

    Introduction Promises are one of the most important yet confusing and difficult to understand part of JavaScript, that most freshers, as well as experienced developers, struggle to understand. So in this multi-part...

    Yogesh Chavan
    Y Yogesh Chavan
    5 min read
    How to easily create and host your own REST API without writing a single line of code
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-16 10:38

    How to easily create and host your own REST API without writing a single line of code

    Introduction In this article, you will see how to easily create your own REST API server to be accessible on the internet without coding and without the need of hosting it on any hosting provider. So let's get...

    Yogesh Chavan
    Y Yogesh Chavan
    6 min read
    Build File Upload/Download Functionality with Image Preview
    • twitter
    • facebook
    • email
    javascript in plain engli... 2020-10-09 16:12

    Build File Upload/Download Functionality with Image Preview

    And also learn how to add drag and drop feature to upload any type of fileFile UploadIntroductionIn this article, we will create a file upload and download functionality with a preview of the image using the...

    Yogesh Chavan
    Y Yogesh Chavan
    25 min read
    Build File Upload/Download Functionality with Image Preview using MERN stack
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-10-09 11:25

    Build File Upload/Download Functionality with Image Preview using MERN stack

    Introduction In this article, we will create a file upload and download functionality with a preview of the image using the MERN stack. By creating this App, you will learn How to upload a file using drag and...

    Yogesh Chavan
    Y Yogesh Chavan
    20 min read
    LaptrinhX © 2022
    Latest Posts News raoxyz congtyaz