Como obtener informacion basica de una URL ['ESP' , 'ENG']
Javascript es un lenguaje de programación bastante optimo y funcional a lo hora de desarrollar alguna herramienta en el navegador web, hoy en dia con la gran cantidad de librerías u marcos de trabajo existentes muchos desarrolladores no saben que javascript permite obtener datos generales de una URL con pocas líneas de código.
Javascript is a fairly optimal and functional programming language when developing a tool in the web browser. Nowadays, with the large number of existing libraries or frameworks, many developers do not know that javascript allows obtaining general data from a URL with few lines of code.![url1.jpg]()
Antes solía recurrir a NextJS u React-Router-Dom para obtener información de la URL actual u a la cual iba a navegar mi aplicación web. Me sumergí más en aprender cómo funciona realmente por detrás Javascript y cómo hacerlo solo con javascript, resulto ser más sencillo de lo imaginado.
Previously I used to use NextJS or React-Router-Dom to obtain information about the current URL to which my web application was going to navigate. I dove deeper into learning how Javascript really works behind the scenes and how to do it just with javascript, it turned out to be easier than I imagined.
Los datos que coloque entre paréntesis como “undefined” es porque al no estar presente en la URL no los puedo obtener para mostrarlos, en los comentarios al costado del código explico que hace cada línea y cuando nos otorga algún resultado.
The data that I place in parentheses as “undefined” is because since it is not present in the URL I cannot obtain it to display it. In the comments next to the code I explain what each line does and when it gives us a result.
Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!
Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).
You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support.