---
title: "Why is everyone talking about WEB 3?"
description: "It is a fashion, a trend, that is happening in the web development ecosystem that everyone talks about WEB 3"
author: "Oscar Barajas Tavares"
language: "en"
canonical: "https://gndx.dev/en/blog/que-es-la-web-3/"
datePublished: "2022-01-25T00:00:00.000Z"
dateModified: "2022-01-25T00:00:00.000Z"
categories: ["others"]
tags: ["ethereum","web3","blockchain","cryptocurrencies"]
---

# Why is everyone talking about WEB 3?

> It is a fashion, a trend, that is happening in the web development ecosystem that everyone talks about WEB 3

<h2 className="article-legacy-h1">Let's talk about Web3</h2>

For a long time I have been learning about the subject, reading, playing, breaking projects and I have come to a conclusion:

One of the ways to be a Web 3 developer is to take your HTML/CSS/JS (Frameworks and Libraries) skills and apply them to Web 3.

## But what is web 3?

The main concept to understand about web 3 is the way in which we are going to access a decentralized internet and for that blockchain technology will be used. In the field of Web development, #Web3 + JavaScript is a series of libraries written in JavaScript/TypeScript to access the blockchain network independent of the technology used (Ethereum/Solana/etc.).

We are not reinventing the wheel, the web is still the web, understanding how the web 3 development ecosystem moves is essential for what we will experience in the future.

I leave you my video where I address the topic in more detail:

<div className="video-wrapper">
  <iframe
    src="https://www.youtube.com/embed/DwuGGibuS1Y"
    title="YouTube video player"
    frameborder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowfullscreen
  ></iframe>
</div>

---

Fuente canónica: [https://gndx.dev/en/blog/que-es-la-web-3/](https://gndx.dev/en/blog/que-es-la-web-3/)
Autor: [Oscar Barajas Tavares](https://gndx.dev/en/about/)